Html Css Color HEX #DEDE79 Goldenrod

📋 copy color: '#DEDE79'

red 222 ◦ green 222 ◦ blue 121

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

Shades of Goldenrod #DEDE79

Tints of Goldenrod #DEDE79

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.29%

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

R = 39.29%
G = 39.29%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DEDE79 (or 0xDEDE79) is known color: Goldenrod. HEX triplet: DE, DE and 79. RGB value is (222,222,121). Sum of RGB (Red+Green+Blue) = 222+222+121=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 121 (47.66% from 255 or 21.42% from 565); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE79 is #212186. Grayscale: #D2D2D2. Windows color (decimal): -2171271 or 7986910. OLE color: 7986910.

HSL color Cylindrical-coordinate representation of color #DEDE79: hue angle of 60º 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 #DEDE79 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 222 121 -
CMYK 0 0 0.45 0.13
HSL 60º 0.6% 0.67% -
HSV(B) 60º 0.45% 0.87% -
XYZ 59.7 69.15 28.29 -
YUV 210.49 77.5 136.21 -
System Red Green Blue C M Y K H S L
Decimal 222 222 121 0 0 0.45 0.13 60 0.6 0.67
Hex DE DE 79 0 0 2D D 3C 3C 43
Octal 336 336 171 0 0 55 15 74 74 103
Binary 11011110 11011110 1111001 0 0 101101 1101 111100 111100 1000011

Color Harmonies of #DEDE79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE79

Black with #DEDE79

Text Example


Text Example

White with #DEDE79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE79; }

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

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

background-color css

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

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

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

border-color css

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

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

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