Html Css Color HEX #D07F05 Dark Goldenrod

📋 copy color: '#D07F05'

red 208 ◦ green 127 ◦ blue 5

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

Shades of Dark Goldenrod #D07F05

Tints of Dark Goldenrod #D07F05

RGB

 RED value IS 208 (81.64% from 255) = 61.18%

 GREEN value IS 127 (50% from 255) = 37.35%

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 61.18%
G = 37.35%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D07F05 (or 0xD07F05) is known color: Dark Goldenrod. HEX triplet: D0, 7F and 05. RGB value is (208,127,5). Sum of RGB (Red+Green+Blue) = 208+127+5=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07F05 is #2F80FA. Grayscale: #898989. Windows color (decimal): -3113211 or 360400. OLE color: 360400.

HSL color Cylindrical-coordinate representation of color #D07F05: hue angle of 36.06º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D07F05 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 127 5 -
CMYK 0 0.39 0.98 0.18
HSL 36.06º 0.95% 0.42% -
HSV(B) 36.06º 0.98% 0.82% -
XYZ 33.63 28.6 3.89 -
YUV 137.31 53.34 178.42 -
System Red Green Blue C M Y K H S L
Decimal 208 127 5 0 0.39 0.98 0.18 36.06 0.95 0.42
Hex D0 7F 5 0 27 62 12 24 5F 2A
Octal 320 177 5 0 47 142 22 44 137 52
Binary 11010000 1111111 101 0 100111 1100010 10010 100100 1011111 101010

Color Harmonies of #D07F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F05

Black with #D07F05

Text Example


Text Example

White with #D07F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F05; }

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

 H1.HeaderClassName
 {
   color: #D07F05;
 }
 .AnyTagClassName
 {
   color: #D07F05;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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