Color Hex Logo

#dda33d Color Hex

#DDA33D
(221,163,61)
0 Favorites   0 Comments

Color spaces of #dda33d

RGB 22116361
HSL0.110.700.55
HSV38°72°87°
CMYK 0.000.260.72   0.13
XYZ43.758341.903510.1967
Yxy41.90350.45650.4371
Hunter Lab64.73297.380235.9737
CIE-Lab70.804311.923458.8395

#dda33d color RGB value is (221,163,61).

#dda33d hex color red value is 221, green value is 163 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dda33d hue: 0.11 , saturation: 0.70 and the lightness value of dda33d is 0.55.

The process color (four color CMYK) of #dda33d color hex is 0.00, 0.26, 0.72, 0.13. Web safe color of #dda33d is #cc9933. Color #dda33d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 00111101
Octal 335 243 75
Decimal 221 163 61
Hex DD A3 3D

RGB Percentages of Color #dda33d

%49.66
%36.63
%13.71

CMYK Percentages of Color #dda33d

%0
%26
%72
%13

Triadic Colors of #dda33d

#dda33d #3ddda3 #a33ddd

Analogous Colors of #dda33d

#dda33d #c7dd3d #dd533d

Monochromatic Colors of #dda33d

#dda33d

Complementary Color

#dda33d #3d77dd

#dda33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda33d Color CSS Codes

.mybgcolor {background-color:#dda33d; } 
.myforecolor {color:#dda33d; }
.mybordercolor {border:3px solid #dda33d; }

#dda33d Text Font Color

<p style="color:#dda33d">Text here</p>

This sample text font color is #dda33d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dda33d Background Color

<div style="background-color:#dda33d">
Div content here</div>

This div background color is #dda33d


#dda33d Border Color

<div style="border:3px solid #dda33d">
Div here</div>

This div border color is #dda33d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,163,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dda33d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dda33d;
  -webkit-box-shadow: 1px 1px 3px 2px #dda33d;
  box-shadow:         1px 1px 3px 2px #dda33d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,163,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dda33d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dda33d;
  -webkit-box-shadow: 1px 1px 3px 2px #dda33d;
  box-shadow:         1px 1px 3px 2px #dda33d;">
Div content here</div>

This div box has shadow with color #dda33d


Comments

No comments written yet.

Please login to write comment.