#DBDB7F

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

Shades of Goldenrod #DBDB7F

Tints of Goldenrod #DBDB7F

Color information

#DBDB7F (or 0xDBDB7F) is unknown color: approx Goldenrod. HEX triplet: DB, DB and 7F. RGB value is (219,219,127). Sum of RGB (Red+Green+Blue) = 219+219+127=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 127 (50% from 255 or 22.48% from 565); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB7F is #242480. Grayscale: #D0D0D0. Windows color (decimal): -2368641 or 8379355. OLE color: 8379355.

HSL color Cylindrical-coordinate representation of color #DBDB7F: hue angle of 60º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBDB7F is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB219219127-
CMYK000.420.14
HSL60º56.1%67.84%-
HSV(B)60º42.01%85.88%-
XYZ58.3867.2629.98-
YUV208.5182135.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 219 (85.94% from 255) = 38.76%
BLUE value IS 127 (50% from 255) = 22.48%
R=38.76%
G=38.76%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219219127000.420.146056.167.84
HexDBDB7F002AE3c3844
Octal3333331770052167470104
Binary110110111101101111111110010101011101111001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDB7F; }

 p { color: rgb(219,219,127); }

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

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

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

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

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

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

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