Html Css Color HEX #D04F00 Tenne (Tawny)

📋 copy color: '#D04F00'

red 208 ◦ green 79 ◦ blue 0

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

Shades of Tenne (Tawny) #D04F00

Tints of Tenne (Tawny) #D04F00

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.47%
G = 27.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D04F00 (or 0xD04F00) is known color: Tenne (Tawny). HEX triplet: D0, 4F and 00. RGB value is (208,79,0). Sum of RGB (Red+Green+Blue) = 208+79+0=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04F00 is #2FB0FF. Grayscale: #6D6D6D. Windows color (decimal): -3125504 or 20432. OLE color: 20432.

HSL color Cylindrical-coordinate representation of color #D04F00: hue angle of 22.79º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D04F00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 79 0 -
CMYK 0 0.62 1 0.18
HSL 22.79º 1% 0.41% -
HSV(B) 22.79º 1% 0.82% -
XYZ 28.81 19 2.15 -
YUV 108.57 66.74 198.92 -
System Red Green Blue C M Y K H S L
Decimal 208 79 0 0 0.62 1 0.18 22.79 1 0.41
Hex D0 4F 0 0 3E 64 12 17 64 29
Octal 320 117 0 0 76 144 22 27 144 51
Binary 11010000 1001111 0 0 111110 1100100 10010 10111 1100100 101001

Color Harmonies of #D04F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04F00

Black with #D04F00

Text Example


Text Example

White with #D04F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04F00; }

 p { color: rgb(208,79,0); }

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

background-color css

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

 a { background-color: rgb(208,79,0); }

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

border-color css

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

 span { border-color: rgb(208,79,0); }

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