Html Css Color HEX #DEDB79 Goldenrod

📋 copy color: '#DEDB79'

red 222 ◦ green 219 ◦ blue 121

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

Shades of Goldenrod #DEDB79

Tints of Goldenrod #DEDB79

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.97%

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

R = 39.5%
G = 38.97%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DEDB79 (or 0xDEDB79) is known color: Goldenrod. HEX triplet: DE, DB and 79. RGB value is (222,219,121). Sum of RGB (Red+Green+Blue) = 222+219+121=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 121 (47.66% from 255 or 21.53% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB79 is #212486. Grayscale: #D1D1D1. Windows color (decimal): -2172039 or 7986142. OLE color: 7986142.

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

Color convert

RGB 222 219 121 -
CMYK 0 0.01 0.45 0.13
HSL 58.22º 0.6% 0.67% -
HSV(B) 58.22º 0.45% 0.87% -
XYZ 58.91 67.57 28.03 -
YUV 208.73 78.49 137.47 -
System Red Green Blue C M Y K H S L
Decimal 222 219 121 0 0.01 0.45 0.13 58.22 0.6 0.67
Hex DE DB 79 0 1 2D D 3A 3C 43
Octal 336 333 171 0 1 55 15 72 74 103
Binary 11011110 11011011 1111001 0 1 101101 1101 111010 111100 1000011

Color Harmonies of #DEDB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB79

Black with #DEDB79

Text Example


Text Example

White with #DEDB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB79; }

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

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

background-color css

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

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

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

border-color css

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

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

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