#DBD87D

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

Shades of Goldenrod #DBD87D

Tints of Goldenrod #DBD87D

Color information

#DBD87D (or 0xDBD87D) is unknown color: approx Goldenrod. HEX triplet: DB, D8 and 7D. RGB value is (219,216,125). Sum of RGB (Red+Green+Blue) = 219+216+125=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD87D is #242782. Grayscale: #CECECE. Windows color (decimal): -2369411 or 8247515. OLE color: 8247515.

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

Color convert

RGB219216125-
CMYK00.010.430.14
HSL58.09º56.63%67.45%-
HSV(B)58.09º42.92%85.88%-
XYZ57.4765.6529.05-
YUV206.5281.99136.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 216 (84.77% from 255) = 38.57%
BLUE value IS 125 (49.22% from 255) = 22.32%
R=39.11%
G=38.57%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921612500.010.430.1458.0956.6367.45
HexDBD87D012BE3a3943
Octal3333301750153167271103
Binary110110111101100011111010110101111101110101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD87D; }

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

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

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

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

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

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

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

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