#D08503

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

Shades of Dark Goldenrod #D08503

Tints of Dark Goldenrod #D08503

Color information

#D08503 (or 0xD08503) is unknown color: approx Dark Goldenrod. HEX triplet: D0, 85 and 03. RGB value is (208,133,3). Sum of RGB (Red+Green+Blue) = 208+133+3=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D08503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08503 is #2F7AFC. Grayscale: #8D8D8D. Windows color (decimal): -3111677 or 230864. OLE color: 230864.

HSL color Cylindrical-coordinate representation of color #D08503: hue angle of 38.05º 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 #D08503 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB2081333-
CMYK00.360.990.18
HSL38.05º97.16%41.37%-
HSV(B)38.05º98.56%81.57%-
XYZ34.4230.194.1-
YUV140.6150.35176.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 60.47%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 3 (1.56% from 255) = 0.87%
R=60.47%
G=38.66%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208133300.360.990.1838.0597.1641.37
HexD08530246312266129
Octal3202053044143224614151
Binary11010000100001011101001001100011100101001101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08503; }

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

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

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

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

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

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

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

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