#DEDE6B

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

Shades of Goldenrod #DEDE6B

Tints of Goldenrod #DEDE6B

Color information

#DEDE6B (or 0xDEDE6B) is unknown color: approx Goldenrod. HEX triplet: DE, DE and 6B. RGB value is (222,222,107). Sum of RGB (Red+Green+Blue) = 222+222+107=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 107 (42.19% from 255 or 19.42% from 551); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE6B is #212194. Grayscale: #D1D1D1. Windows color (decimal): -2171285 or 7069406. OLE color: 7069406.

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

Color convert

RGB222222107-
CMYK000.520.13
HSL60º63.54%64.51%-
HSV(B)60º51.8%87.06%-
XYZ58.968.8324.09-
YUV208.8970.5137.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.29%
GREEN value IS 222 (87.11% from 255) = 40.29%
BLUE value IS 107 (42.19% from 255) = 19.42%
R=40.29%
G=40.29%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222107000.520.136063.5464.51
HexDEDE6B0034D3c4041
Octal33633615300641574100101
Binary1101111011011110110101100110100110111110010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDE6B; }

 p { color: rgb(222,222,107); }

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

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

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

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

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

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

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