Html Css Color HEX #DED977 Goldenrod

📋 copy color: '#DED977'

red 222 ◦ green 217 ◦ blue 119

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

Shades of Goldenrod #DED977

Tints of Goldenrod #DED977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.33%

R = 39.78%
G = 38.89%
B = 21.33%

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

#DED977 (or 0xDED977) is known color: Goldenrod. HEX triplet: DE, D9 and 77. RGB value is (222,217,119). Sum of RGB (Red+Green+Blue) = 222+217+119=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 119 (46.88% from 255 or 21.33% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DED977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED977 is #212688. Grayscale: #CFCFCF. Windows color (decimal): -2172553 or 7854558. OLE color: 7854558.

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

Color convert

RGB 222 217 119 -
CMYK 0 0.02 0.46 0.13
HSL 57.09º 0.61% 0.67% -
HSV(B) 57.09º 0.46% 0.87% -
XYZ 58.27 66.49 27.22 -
YUV 207.32 78.16 138.47 -
System Red Green Blue C M Y K H S L
Decimal 222 217 119 0 0.02 0.46 0.13 57.09 0.61 0.67
Hex DE D9 77 0 2 2E D 39 3D 43
Octal 336 331 167 0 2 56 15 71 75 103
Binary 11011110 11011001 1110111 0 10 101110 1101 111001 111101 1000011

Color Harmonies of #DED977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED977

Black with #DED977

Text Example


Text Example

White with #DED977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED977; }

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

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

background-color css

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

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

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

border-color css

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

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

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