Html Css Color HEX #DED772 Goldenrod

📋 copy color: '#DED772'

red 222 ◦ green 215 ◦ blue 114

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

Shades of Goldenrod #DED772

Tints of Goldenrod #DED772

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.02%

 BLUE value IS 114 (44.92% from 255) = 20.69%

R = 40.29%
G = 39.02%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DED772 (or 0xDED772) is known color: Goldenrod. HEX triplet: DE, D7 and 72. RGB value is (222,215,114). Sum of RGB (Red+Green+Blue) = 222+215+114=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DED772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED772 is #21288D. Grayscale: #CDCDCD. Windows color (decimal): -2173070 or 7526366. OLE color: 7526366.

HSL color Cylindrical-coordinate representation of color #DED772: hue angle of 56.11º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DED772 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 215 114 -
CMYK 0 0.03 0.49 0.13
HSL 56.11º 0.62% 0.66% -
HSV(B) 56.11º 0.49% 0.87% -
XYZ 57.46 65.35 25.5 -
YUV 205.58 76.32 139.71 -
System Red Green Blue C M Y K H S L
Decimal 222 215 114 0 0.03 0.49 0.13 56.11 0.62 0.66
Hex DE D7 72 0 3 31 D 38 3E 42
Octal 336 327 162 0 3 61 15 70 76 102
Binary 11011110 11010111 1110010 0 11 110001 1101 111000 111110 1000010

Color Harmonies of #DED772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED772

Black with #DED772

Text Example


Text Example

White with #DED772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED772; }

 p { color: rgb(222,215,114); }

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

background-color css

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

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

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

border-color css

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

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

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