Html Css Color HEX #D94F08 Tenne (Tawny)

📋 copy color: '#D94F08'

red 217 ◦ green 79 ◦ blue 8

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

Shades of Tenne (Tawny) #D94F08

Tints of Tenne (Tawny) #D94F08

RGB

 RED value IS 217 (85.16% from 255) = 71.38%

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

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

R = 71.38%
G = 25.99%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D94F08 (or 0xD94F08) is known color: Tenne (Tawny). HEX triplet: D9, 4F and 08. RGB value is (217,79,8). Sum of RGB (Red+Green+Blue) = 217+79+8=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94F08 is #26B0F7. Grayscale: #707070. Windows color (decimal): -2535672 or 544729. OLE color: 544729.

HSL color Cylindrical-coordinate representation of color #D94F08: hue angle of 20.38º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D94F08 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 79 8 -
CMYK 0 0.64 0.96 0.15
HSL 20.38º 0.93% 0.44% -
HSV(B) 20.38º 0.96% 0.85% -
XYZ 31.46 20.36 2.5 -
YUV 112.17 69.22 202.77 -
System Red Green Blue C M Y K H S L
Decimal 217 79 8 0 0.64 0.96 0.15 20.38 0.93 0.44
Hex D9 4F 8 0 40 60 F 14 5D 2C
Octal 331 117 10 0 100 140 17 24 135 54
Binary 11011001 1001111 1000 0 1000000 1100000 1111 10100 1011101 101100

Color Harmonies of #D94F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F08

Black with #D94F08

Text Example


Text Example

White with #D94F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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