#DBDB81

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

Shades of Goldenrod #DBDB81

Tints of Goldenrod #DBDB81

Color information

#DBDB81 (or 0xDBDB81) is unknown color: approx Goldenrod. HEX triplet: DB, DB and 81. RGB value is (219,219,129). Sum of RGB (Red+Green+Blue) = 219+219+129=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 129 (50.78% from 255 or 22.75% from 567); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB81 is #24247E. Grayscale: #D1D1D1. Windows color (decimal): -2368639 or 8510427. OLE color: 8510427.

HSL color Cylindrical-coordinate representation of color #DBDB81: hue angle of 60º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBDB81 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB219219129-
CMYK000.410.14
HSL60º55.56%68.24%-
HSV(B)60º41.1%85.88%-
XYZ58.5167.3130.68-
YUV208.7483135.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 129 (50.78% from 255) = 22.75%
R=38.62%
G=38.62%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219219129000.410.146055.5668.24
HexDBDB810029E3c3844
Octal3333332010051167470104
Binary1101101111011011100000010010100111101111001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDB81; }

 p { color: rgb(219,219,129); }

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

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

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

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

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

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

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