#DBD87A

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

Shades of Goldenrod #DBD87A

Tints of Goldenrod #DBD87A

Color information

#DBD87A (or 0xDBD87A) is unknown color: approx Goldenrod. HEX triplet: DB, D8 and 7A. RGB value is (219,216,122). Sum of RGB (Red+Green+Blue) = 219+216+122=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD87A is #242785. Grayscale: #CECECE. Windows color (decimal): -2369414 or 8050907. OLE color: 8050907.

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

Color convert

RGB219216122-
CMYK00.010.440.14
HSL58.14º57.4%66.86%-
HSV(B)58.14º44.29%85.88%-
XYZ57.2865.5828.05-
YUV206.1880.49137.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.32%
GREEN value IS 216 (84.77% from 255) = 38.78%
BLUE value IS 122 (48.05% from 255) = 21.90%
R=39.32%
G=38.78%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921612200.010.440.1458.1457.466.86
HexDBD87A012CE3a3943
Octal3333301720154167271103
Binary110110111101100011110100110110011101110101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD87A; }

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

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

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

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

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

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

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

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