#DBDA77

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

Shades of Goldenrod #DBDA77

Tints of Goldenrod #DBDA77

Color information

#DBDA77 (or 0xDBDA77) is unknown color: approx Goldenrod. HEX triplet: DB, DA and 77. RGB value is (219,218,119). Sum of RGB (Red+Green+Blue) = 219+218+119=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 119 (46.88% from 255 or 21.40% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA77 is #242588. Grayscale: #CFCFCF. Windows color (decimal): -2368905 or 7854811. OLE color: 7854811.

HSL color Cylindrical-coordinate representation of color #DBDA77: hue angle of 59.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBDA77 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB219218119-
CMYK00.000.460.14
HSL59.4º58.14%66.27%-
HSV(B)59.4º45.66%85.88%-
XYZ57.6166.5327.26-
YUV207.0178.33136.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.39%
GREEN value IS 218 (85.55% from 255) = 39.21%
BLUE value IS 119 (46.88% from 255) = 21.40%
R=39.39%
G=39.21%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921811900.000.460.1459.458.1466.27
HexDBDA77002EE3b3a42
Octal3333321670056167372102
Binary110110111101101011101110010111011101110111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDA77; }

 p { color: rgb(219,218,119); }

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

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

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

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

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

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

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