#DBDA70

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

Shades of Goldenrod #DBDA70

Tints of Goldenrod #DBDA70

Color information

#DBDA70 (or 0xDBDA70) is unknown color: approx Goldenrod. HEX triplet: DB, DA and 70. RGB value is (219,218,112). Sum of RGB (Red+Green+Blue) = 219+218+112=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA70 is #24258F. Grayscale: #CECECE. Windows color (decimal): -2368912 or 7396059. OLE color: 7396059.

HSL color Cylindrical-coordinate representation of color #DBDA70: hue angle of 59.44º 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 #DBDA70 is Cyan = 0, Magento = 0.00, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB219218112-
CMYK00.000.490.14
HSL59.44º59.78%64.9%-
HSV(B)59.44º48.86%85.88%-
XYZ57.2166.3725.13-
YUV206.2274.83137.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.89%
GREEN value IS 218 (85.55% from 255) = 39.71%
BLUE value IS 112 (44.14% from 255) = 20.40%
R=39.89%
G=39.71%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921811200.000.490.1459.4459.7864.9
HexDBDA700031E3b3c41
Octal3333321600061167374101
Binary110110111101101011100000011000111101110111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDA70; }

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

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

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

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

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

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

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

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