Html Css Color HEX #DED978 Goldenrod

📋 copy color: '#DED978'

red 222 ◦ green 217 ◦ blue 120

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

Shades of Goldenrod #DED978

Tints of Goldenrod #DED978

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.82%

 BLUE value IS 120 (47.27% from 255) = 21.47%

R = 39.71%
G = 38.82%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DED978 (or 0xDED978) is known color: Goldenrod. HEX triplet: DE, D9 and 78. RGB value is (222,217,120). Sum of RGB (Red+Green+Blue) = 222+217+120=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 120 (47.27% from 255 or 21.47% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DED978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED978 is #212687. Grayscale: #CFCFCF. Windows color (decimal): -2172552 or 7920094. OLE color: 7920094.

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

Color convert

RGB 222 217 120 -
CMYK 0 0.02 0.46 0.13
HSL 57.06º 0.61% 0.67% -
HSV(B) 57.06º 0.46% 0.87% -
XYZ 58.33 66.51 27.53 -
YUV 207.44 78.66 138.39 -
System Red Green Blue C M Y K H S L
Decimal 222 217 120 0 0.02 0.46 0.13 57.06 0.61 0.67
Hex DE D9 78 0 2 2E D 39 3D 43
Octal 336 331 170 0 2 56 15 71 75 103
Binary 11011110 11011001 1111000 0 10 101110 1101 111001 111101 1000011

Color Harmonies of #DED978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED978

Black with #DED978

Text Example


Text Example

White with #DED978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED978; }

 p { color: rgb(222,217,120); }

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

background-color css

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

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

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

border-color css

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

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

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