Html Css Color HEX #D04F08 Tenne (Tawny)

📋 copy color: '#D04F08'

red 208 ◦ green 79 ◦ blue 8

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

Shades of Tenne (Tawny) #D04F08

Tints of Tenne (Tawny) #D04F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.71%

R = 70.51%
G = 26.78%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D04F08 (or 0xD04F08) is known color: Tenne (Tawny). HEX triplet: D0, 4F and 08. RGB value is (208,79,8). Sum of RGB (Red+Green+Blue) = 208+79+8=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04F08 is #2FB0F7. Grayscale: #6D6D6D. Windows color (decimal): -3125496 or 544720. OLE color: 544720.

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

Color convert

RGB 208 79 8 -
CMYK 0 0.62 0.96 0.18
HSL 21.3º 0.93% 0.42% -
HSV(B) 21.3º 0.96% 0.82% -
XYZ 28.85 19.02 2.38 -
YUV 109.48 70.74 198.27 -
System Red Green Blue C M Y K H S L
Decimal 208 79 8 0 0.62 0.96 0.18 21.3 0.93 0.42
Hex D0 4F 8 0 3E 60 12 15 5D 2A
Octal 320 117 10 0 76 140 22 25 135 52
Binary 11010000 1001111 1000 0 111110 1100000 10010 10101 1011101 101010

Color Harmonies of #D04F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04F08

Black with #D04F08

Text Example


Text Example

White with #D04F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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