#DBDB70

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

Shades of Goldenrod #DBDB70

Tints of Goldenrod #DBDB70

Color information

#DBDB70 (or 0xDBDB70) is unknown color: approx Goldenrod. HEX triplet: DB, DB and 70. RGB value is (219,219,112). Sum of RGB (Red+Green+Blue) = 219+219+112=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB70 is #24248F. Grayscale: #CFCFCF. Windows color (decimal): -2368656 or 7396315. OLE color: 7396315.

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

Color convert

RGB219219112-
CMYK000.490.14
HSL60º59.78%64.9%-
HSV(B)60º48.86%85.88%-
XYZ57.4766.8925.21-
YUV206.874.5136.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.82%
GREEN value IS 219 (85.94% from 255) = 39.82%
BLUE value IS 112 (44.14% from 255) = 20.36%
R=39.82%
G=39.82%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219219112000.490.146059.7864.9
HexDBDB700031E3c3c41
Octal3333331600061167474101
Binary110110111101101111100000011000111101111001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDB70; }

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

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

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

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

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

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

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

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