Html Css Color HEX #D07F04 Dark Goldenrod

📋 copy color: '#D07F04'

red 208 ◦ green 127 ◦ blue 4

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

Shades of Dark Goldenrod #D07F04

Tints of Dark Goldenrod #D07F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 61.36%
G = 37.46%
B = 1.18%

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

#D07F04 (or 0xD07F04) is known color: Dark Goldenrod. HEX triplet: D0, 7F and 04. RGB value is (208,127,4). Sum of RGB (Red+Green+Blue) = 208+127+4=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07F04 is #2F80FB. Grayscale: #898989. Windows color (decimal): -3113212 or 294864. OLE color: 294864.

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

Color convert

RGB 208 127 4 -
CMYK 0 0.39 0.98 0.18
HSL 36.18º 0.96% 0.42% -
HSV(B) 36.18º 0.98% 0.82% -
XYZ 33.62 28.6 3.86 -
YUV 137.2 52.84 178.5 -
System Red Green Blue C M Y K H S L
Decimal 208 127 4 0 0.39 0.98 0.18 36.18 0.96 0.42
Hex D0 7F 4 0 27 62 12 24 60 2A
Octal 320 177 4 0 47 142 22 44 140 52
Binary 11010000 1111111 100 0 100111 1100010 10010 100100 1100000 101010

Color Harmonies of #D07F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F04

Black with #D07F04

Text Example


Text Example

White with #D07F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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