#D07F03

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

Shades of Dark Goldenrod #D07F03

Tints of Dark Goldenrod #D07F03

Color information

#D07F03 (or 0xD07F03) is unknown color: approx Dark Goldenrod. HEX triplet: D0, 7F and 03. RGB value is (208,127,3). Sum of RGB (Red+Green+Blue) = 208+127+3=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07F03 is #2F80FC. Grayscale: #898989. Windows color (decimal): -3113213 or 229328. OLE color: 229328.

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

Color convert

RGB2081273-
CMYK00.390.990.18
HSL36.29º97.16%41.37%-
HSV(B)36.29º98.56%81.57%-
XYZ33.6228.63.83-
YUV137.0852.34178.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.54%
GREEN value IS 127 (50% from 255) = 37.57%
BLUE value IS 3 (1.56% from 255) = 0.89%
R=61.54%
G=37.57%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208127300.390.990.1836.2997.1641.37
HexD07F30276312246129
Octal3201773047143224414151
Binary1101000011111111101001111100011100101001001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07F03; }

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

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

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

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

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

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

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

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