Html Css Color HEX #DED770 Goldenrod

📋 copy color: '#DED770'

red 222 ◦ green 215 ◦ blue 112

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

Shades of Goldenrod #DED770

Tints of Goldenrod #DED770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.4%

R = 40.44%
G = 39.16%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DED770 (or 0xDED770) is known color: Goldenrod. HEX triplet: DE, D7 and 70. RGB value is (222,215,112). Sum of RGB (Red+Green+Blue) = 222+215+112=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DED770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED770 is #21288F. Grayscale: #CDCDCD. Windows color (decimal): -2173072 or 7395294. OLE color: 7395294.

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

Color convert

RGB 222 215 112 -
CMYK 0 0.03 0.50 0.13
HSL 56.18º 0.63% 0.65% -
HSV(B) 56.18º 0.5% 0.87% -
XYZ 57.35 65.3 24.91 -
YUV 205.35 75.32 139.88 -
System Red Green Blue C M Y K H S L
Decimal 222 215 112 0 0.03 0.50 0.13 56.18 0.63 0.65
Hex DE D7 70 0 3 32 D 38 3E 41
Octal 336 327 160 0 3 62 15 70 76 101
Binary 11011110 11010111 1110000 0 11 110010 1101 111000 111110 1000001

Color Harmonies of #DED770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED770

Black with #DED770

Text Example


Text Example

White with #DED770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED770; }

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

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

background-color css

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

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

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

border-color css

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

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

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