Html Css Color HEX #DEDD79 Goldenrod

📋 copy color: '#DEDD79'

red 222 ◦ green 221 ◦ blue 121

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

Shades of Goldenrod #DEDD79

Tints of Goldenrod #DEDD79

RGB

 RED value IS 222 (87.11% from 255) = 39.36%

 GREEN value IS 221 (86.72% from 255) = 39.18%

 BLUE value IS 121 (47.66% from 255) = 21.45%

R = 39.36%
G = 39.18%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DEDD79 (or 0xDEDD79) is known color: Goldenrod. HEX triplet: DE, DD and 79. RGB value is (222,221,121). Sum of RGB (Red+Green+Blue) = 222+221+121=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 121 (47.66% from 255 or 21.45% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD79 is #212286. Grayscale: #D2D2D2. Windows color (decimal): -2171527 or 7986654. OLE color: 7986654.

HSL color Cylindrical-coordinate representation of color #DEDD79: hue angle of 59.41º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEDD79 is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 221 121 -
CMYK 0 0.00 0.45 0.13
HSL 59.41º 0.6% 0.67% -
HSV(B) 59.41º 0.45% 0.87% -
XYZ 59.43 68.62 28.2 -
YUV 209.9 77.83 136.63 -
System Red Green Blue C M Y K H S L
Decimal 222 221 121 0 0.00 0.45 0.13 59.41 0.6 0.67
Hex DE DD 79 0 0 2D D 3B 3C 43
Octal 336 335 171 0 0 55 15 73 74 103
Binary 11011110 11011101 1111001 0 0 101101 1101 111011 111100 1000011

Color Harmonies of #DEDD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD79

Black with #DEDD79

Text Example


Text Example

White with #DEDD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD79; }

 p { color: rgb(222,221,121); }

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

background-color css

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

 a { background-color: rgb(222,221,121); }

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

border-color css

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

 span { border-color: rgb(222,221,121); }

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