#DBE07C

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

Shades of Goldenrod #DBE07C

Tints of Goldenrod #DBE07C

Color information

#DBE07C (or 0xDBE07C) is unknown color: approx Goldenrod. HEX triplet: DB, E0 and 7C. RGB value is (219,224,124). Sum of RGB (Red+Green+Blue) = 219+224+124=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE07C is #241F83. Grayscale: #D3D3D3. Windows color (decimal): -2367364 or 8184027. OLE color: 8184027.

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

Color convert

RGB219224124-
CMYK0.0200.450.12
HSL63º61.73%68.24%-
HSV(B)63º44.64%87.84%-
XYZ59.5169.8329.41-
YUV211.178.84133.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 224 (87.89% from 255) = 39.51%
BLUE value IS 124 (48.83% from 255) = 21.87%
R=38.62%
G=39.51%
B=21.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192241240.0200.450.126361.7368.24
HexDBE07C202DC3f3e44
Octal3333401742055147776104
Binary1101101111100000111110010010110111001111111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE07C; }

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

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

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

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

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

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

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

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