Html Css Color HEX #DDD66E Goldenrod

📋 copy color: '#DDD66E'

red 221 ◦ green 214 ◦ blue 110

#DDD66E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #DDD66E

Tints of Goldenrod #DDD66E

RGB

 RED value IS 221 (86.72% from 255) = 40.55%

 GREEN value IS 214 (83.98% from 255) = 39.27%

 BLUE value IS 110 (43.36% from 255) = 20.18%

R = 40.55%
G = 39.27%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDD66E (or 0xDDD66E) is known color: Goldenrod. HEX triplet: DD, D6 and 6E. RGB value is (221,214,110). Sum of RGB (Red+Green+Blue) = 221+214+110=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 110 (43.36% from 255 or 20.18% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD66E is #222991. Grayscale: #CCCCCC. Windows color (decimal): -2238866 or 7263965. OLE color: 7263965.

HSL color Cylindrical-coordinate representation of color #DDD66E: hue angle of 56.22º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDD66E is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 214 110 -
CMYK 0 0.03 0.50 0.13
HSL 56.22º 0.62% 0.65% -
HSV(B) 56.22º 0.5% 0.87% -
XYZ 56.68 64.59 24.23 -
YUV 204.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 221 214 110 0 0.03 0.50 0.13 56.22 0.62 0.65
Hex DD D6 6E 0 3 32 D 38 3E 41
Octal 335 326 156 0 3 62 15 70 76 101
Binary 11011101 11010110 1101110 0 11 110010 1101 111000 111110 1000001

Color Harmonies of #DDD66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD66E

Black with #DDD66E

Text Example


Text Example

White with #DDD66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD66E; }

 p { color: rgb(221,214,110); }

 H1.HeaderClassName
 {
   color: #DDD66E;
 }
 .AnyTagClassName
 {
   color: #DDD66E;
 }
</style>

background-color css

<style>
 a { background-color: #DDD66E; }

 a { background-color: rgb(221,214,110); }

 div.DivClassName
 {
   background-color: #DDD66E;
 }
 .BgClassName
 {
   background-color: #DDD66E;
 }
</style>

border-color css

<style>
 span { border-color: #DDD66E; }

 span { border-color: rgb(221,214,110); }

 td.TdClassName
 {
   border-color: #DDD66E;
 }
 .TagClassName
 {
   border-color: #DDD66E;
 }
</style>