Html Css Color HEX #D07F03 Dark Goldenrod

📋 copy color: '#D07F03'

red 208 ◦ green 127 ◦ blue 3

#D07F03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #D07F03

Tints of Dark Goldenrod #D07F03

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 value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D07F03 (or 0xD07F03) is known color: 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

RGB 208 127 3 -
CMYK 0 0.39 0.99 0.18
HSL 36.29º 0.97% 0.41% -
HSV(B) 36.29º 0.99% 0.82% -
XYZ 33.62 28.6 3.83 -
YUV 137.08 52.34 178.58 -
System Red Green Blue C M Y K H S L
Decimal 208 127 3 0 0.39 0.99 0.18 36.29 0.97 0.41
Hex D0 7F 3 0 27 63 12 24 61 29
Octal 320 177 3 0 47 143 22 44 141 51
Binary 11010000 1111111 11 0 100111 1100011 10010 100100 1100001 101001

Color Harmonies of #D07F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F03

Black with #D07F03

Text Example


Text Example

White with #D07F03

Text Example


Text Example

HTML Codes & Css Web 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>