#DEDB70

Color #DEDB70 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #DEDB70

Tints of Goldenrod #DEDB70

Color information

#DEDB70 (or 0xDEDB70) is unknown color: approx Goldenrod. HEX triplet: DE, DB and 70. RGB value is (222,219,112). Sum of RGB (Red+Green+Blue) = 222+219+112=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB70 is #21248F. Grayscale: #D0D0D0. Windows color (decimal): -2172048 or 7396318. OLE color: 7396318.

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

Color convert

RGB222219112-
CMYK00.010.500.13
HSL58.36º62.5%65.49%-
HSV(B)58.36º49.55%87.06%-
XYZ58.3867.3625.25-
YUV207.773.99138.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 219 (85.94% from 255) = 39.60%
BLUE value IS 112 (44.14% from 255) = 20.25%
R=40.14%
G=39.60%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221911200.010.500.1358.3662.565.49
HexDEDB700132D3a3e41
Octal3363331600162157276101
Binary110111101101101111100000111001011011110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDB70; }

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

 H1.HeaderClassName
 {
   color: #DEDB70;
 }
 .AnyTagClassName
 {
   color: #DEDB70;
 }
</style>
background-color css

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

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

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

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

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

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