#DBD76A

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

Shades of Goldenrod #DBD76A

Tints of Goldenrod #DBD76A

Color information

#DBD76A (or 0xDBD76A) is unknown color: approx Goldenrod. HEX triplet: DB, D7 and 6A. RGB value is (219,215,106). Sum of RGB (Red+Green+Blue) = 219+215+106=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD76A is #242895. Grayscale: #CCCCCC. Windows color (decimal): -2369686 or 7002075. OLE color: 7002075.

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

Color convert

RGB219215106-
CMYK00.020.520.14
HSL57.88º61.08%63.73%-
HSV(B)57.88º51.6%85.88%-
XYZ56.1264.723.17-
YUV203.7772.83138.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.56%
GREEN value IS 215 (84.38% from 255) = 39.81%
BLUE value IS 106 (41.80% from 255) = 19.63%
R=40.56%
G=39.81%
B=19.63%

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
Decimal21921510600.020.520.1457.8861.0863.73
HexDBD76A0234E3a3d40
Octal3333271520264167275100
Binary1101101111010111110101001011010011101110101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD76A; }

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

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

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

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

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

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

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

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