#DBD77A

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

Shades of Goldenrod #DBD77A

Tints of Goldenrod #DBD77A

Color information

#DBD77A (or 0xDBD77A) is unknown color: approx Goldenrod. HEX triplet: DB, D7 and 7A. RGB value is (219,215,122). Sum of RGB (Red+Green+Blue) = 219+215+122=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD77A is #242885. Grayscale: #CDCDCD. Windows color (decimal): -2369670 or 8050651. OLE color: 8050651.

HSL color Cylindrical-coordinate representation of color #DBD77A: hue angle of 57.53º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBD77A is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB219215122-
CMYK00.020.440.14
HSL57.53º57.4%66.86%-
HSV(B)57.53º44.29%85.88%-
XYZ57.0365.0727.97-
YUV205.5980.83137.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.39%
GREEN value IS 215 (84.38% from 255) = 38.67%
BLUE value IS 122 (48.05% from 255) = 21.94%
R=39.39%
G=38.67%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921512200.020.440.1457.5357.466.86
HexDBD77A022CE3a3943
Octal3333271720254167271103
Binary1101101111010111111101001010110011101110101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD77A; }

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

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

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

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

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

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

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

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