Html Css Color HEX #D94D08 Tenne (Tawny)

📋 copy color: '#D94D08'

red 217 ◦ green 77 ◦ blue 8

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

Shades of Tenne (Tawny) #D94D08

Tints of Tenne (Tawny) #D94D08

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.5%

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

R = 71.85%
G = 25.5%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D94D08 (or 0xD94D08) is known color: Tenne (Tawny). HEX triplet: D9, 4D and 08. RGB value is (217,77,8). Sum of RGB (Red+Green+Blue) = 217+77+8=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94D08 is #26B2F7. Grayscale: #6F6F6F. Windows color (decimal): -2536184 or 544217. OLE color: 544217.

HSL color Cylindrical-coordinate representation of color #D94D08: hue angle of 19.81º 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 #D94D08 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 77 8 -
CMYK 0 0.65 0.96 0.15
HSL 19.81º 0.93% 0.44% -
HSV(B) 19.81º 0.96% 0.85% -
XYZ 31.31 20.08 2.45 -
YUV 110.99 69.88 203.61 -
System Red Green Blue C M Y K H S L
Decimal 217 77 8 0 0.65 0.96 0.15 19.81 0.93 0.44
Hex D9 4D 8 0 41 60 F 14 5D 2C
Octal 331 115 10 0 101 140 17 24 135 54
Binary 11011001 1001101 1000 0 1000001 1100000 1111 10100 1011101 101100

Color Harmonies of #D94D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D08

Black with #D94D08

Text Example


Text Example

White with #D94D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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