#DBD969

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

Shades of Goldenrod #DBD969

Tints of Goldenrod #DBD969

Color information

#DBD969 (or 0xDBD969) is unknown color: approx Goldenrod. HEX triplet: DB, D9 and 69. RGB value is (219,217,105). Sum of RGB (Red+Green+Blue) = 219+217+105=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD969 is #242696. Grayscale: #CDCDCD. Windows color (decimal): -2369175 or 6937051. OLE color: 6937051.

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

Color convert

RGB219217105-
CMYK00.010.520.14
HSL58.95º61.29%63.53%-
HSV(B)58.95º52.05%85.88%-
XYZ56.5865.7123.07-
YUV204.8371.66138.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 217 (85.16% from 255) = 40.11%
BLUE value IS 105 (41.41% from 255) = 19.41%
R=40.48%
G=40.11%
B=19.41%

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
Decimal21921710500.010.520.1458.9561.2963.53
HexDBD9690134E3b3d40
Octal3333311510164167375100
Binary110110111101100111010010111010011101110111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD969; }

 p { color: rgb(219,217,105); }

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

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

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

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

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

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

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