#DBE06C

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

Shades of Goldenrod #DBE06C

Tints of Goldenrod #DBE06C

Color information

#DBE06C (or 0xDBE06C) is unknown color: approx Goldenrod. HEX triplet: DB, E0 and 6C. RGB value is (219,224,108). Sum of RGB (Red+Green+Blue) = 219+224+108=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE06C is #241F93. Grayscale: #D1D1D1. Windows color (decimal): -2367380 or 7135451. OLE color: 7135451.

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

Color convert

RGB219224108-
CMYK0.0200.520.12
HSL62.59º65.17%65.1%-
HSV(B)62.59º51.79%87.84%-
XYZ58.5869.4524.51-
YUV209.2870.84134.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.75%
GREEN value IS 224 (87.89% from 255) = 40.65%
BLUE value IS 108 (42.58% from 255) = 19.60%
R=39.75%
G=40.65%
B=19.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192241080.0200.520.1262.5965.1765.1
HexDBE06C2034C3f4141
Octal33334015420641477101101
Binary11011011111000001101100100110100110011111110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE06C; }

 p { color: rgb(219,224,108); }

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

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

 a { background-color: rgb(219,224,108); }

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

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

 span { border-color: rgb(219,224,108); }

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