#DBD86A

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

Shades of Goldenrod #DBD86A

Tints of Goldenrod #DBD86A

Color information

#DBD86A (or 0xDBD86A) is unknown color: approx Goldenrod. HEX triplet: DB, D8 and 6A. RGB value is (219,216,106). Sum of RGB (Red+Green+Blue) = 219+216+106=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD86A is #242795. Grayscale: #CCCCCC. Windows color (decimal): -2369430 or 7002331. OLE color: 7002331.

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

Color convert

RGB219216106-
CMYK00.010.520.14
HSL58.41º61.08%63.73%-
HSV(B)58.41º51.6%85.88%-
XYZ56.3765.2123.25-
YUV204.3672.49138.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 216 (84.77% from 255) = 39.93%
BLUE value IS 106 (41.80% from 255) = 19.59%
R=40.48%
G=39.93%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921610600.010.520.1458.4161.0863.73
HexDBD86A0134E3a3d40
Octal3333301520164167275100
Binary110110111101100011010100111010011101110101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD86A; }

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

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

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

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

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

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

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

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