#DBD66A

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

Shades of Goldenrod #DBD66A

Tints of Goldenrod #DBD66A

Color information

#DBD66A (or 0xDBD66A) is unknown color: approx Goldenrod. HEX triplet: DB, D6 and 6A. RGB value is (219,214,106). Sum of RGB (Red+Green+Blue) = 219+214+106=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD66A is #242995. Grayscale: #CBCBCB. Windows color (decimal): -2369942 or 7001819. OLE color: 7001819.

HSL color Cylindrical-coordinate representation of color #DBD66A: hue angle of 57.35º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBD66A is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB219214106-
CMYK00.020.520.14
HSL57.35º61.08%63.73%-
HSV(B)57.35º51.6%85.88%-
XYZ55.8664.1923.08-
YUV203.1873.16139.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.63%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 106 (41.80% from 255) = 19.67%
R=40.63%
G=39.70%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921410600.020.520.1457.3561.0863.73
HexDBD66A0234E393d40
Octal3333261520264167175100
Binary1101101111010110110101001011010011101110011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD66A; }

 p { color: rgb(219,214,106); }

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

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

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

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

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

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

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