Color Hex Logo

#dda83d Color Hex

#DDA83D
(221,168,61)
0 Favorites   0 Comments

Color spaces of #dda83d

RGB 22116861
HSL0.110.700.55
HSV40°72°87°
CMYK 0.000.240.72   0.13
XYZ44.663743.714310.4986
Yxy43.71430.45170.4421
Hunter Lab66.11684.877236.8672
CIE-Lab72.03719.254360.0774

#dda83d color RGB value is (221,168,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 00111101
Octal 335 250 75
Decimal 221 168 61
Hex DD A8 3D

RGB Percentages of Color #dda83d

%49.11
%37.33
%13.56

CMYK Percentages of Color #dda83d

%0
%24
%72
%13

Triadic Colors of #dda83d

#dda83d #3ddda8 #a83ddd

Analogous Colors of #dda83d

#dda83d #c2dd3d #dd583d

Monochromatic Colors of #dda83d

#dda83d

Complementary Color

#dda83d #3d72dd

#dda83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda83d Color CSS Codes

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

#dda83d Text Font Color

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

This sample text font color is #dda83d
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.


#dda83d Background Color

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

This div background color is #dda83d


#dda83d Border Color

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

This div border color is #dda83d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,168,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 #dda83d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda83d


Comments

No comments written yet.

Please login to write comment.