#D08003

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

Shades of Dark Goldenrod #D08003

Tints of Dark Goldenrod #D08003

Color information

#D08003 (or 0xD08003) is unknown color: approx Dark Goldenrod. HEX triplet: D0, 80 and 03. RGB value is (208,128,3). Sum of RGB (Red+Green+Blue) = 208+128+3=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D08003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08003 is #2F7FFC. Grayscale: #8A8A8A. Windows color (decimal): -3112957 or 229584. OLE color: 229584.

HSL color Cylindrical-coordinate representation of color #D08003: hue angle of 36.59º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D08003 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB2081283-
CMYK00.380.990.18
HSL36.59º97.16%41.37%-
HSV(B)36.59º98.56%81.57%-
XYZ33.7528.853.88-
YUV137.6752178.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.36%
GREEN value IS 128 (50.39% from 255) = 37.76%
BLUE value IS 3 (1.56% from 255) = 0.88%
R=61.36%
G=37.76%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208128300.380.990.1836.5997.1641.37
HexD08030266312256129
Octal3202003046143224514151
Binary11010000100000001101001101100011100101001011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08003; }

 p { color: rgb(208,128,3); }

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

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

 a { background-color: rgb(208,128,3); }

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

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

 span { border-color: rgb(208,128,3); }

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