Html Css Color HEX #D94A08 Tenne (Tawny)

📋 copy color: '#D94A08'

red 217 ◦ green 74 ◦ blue 8

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

Shades of Tenne (Tawny) #D94A08

Tints of Tenne (Tawny) #D94A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.75%

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

R = 72.58%
G = 24.75%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D94A08 (or 0xD94A08) is known color: Tenne (Tawny). HEX triplet: D9, 4A and 08. RGB value is (217,74,8). Sum of RGB (Red+Green+Blue) = 217+74+8=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94A08 is #26B5F7. Grayscale: #6D6D6D. Windows color (decimal): -2536952 or 543449. OLE color: 543449.

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

Color convert

RGB 217 74 8 -
CMYK 0 0.66 0.96 0.15
HSL 18.95º 0.93% 0.44% -
HSV(B) 18.95º 0.96% 0.85% -
XYZ 31.11 19.67 2.39 -
YUV 109.23 70.88 204.87 -
System Red Green Blue C M Y K H S L
Decimal 217 74 8 0 0.66 0.96 0.15 18.95 0.93 0.44
Hex D9 4A 8 0 42 60 F 13 5D 2C
Octal 331 112 10 0 102 140 17 23 135 54
Binary 11011001 1001010 1000 0 1000010 1100000 1111 10011 1011101 101100

Color Harmonies of #D94A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A08

Black with #D94A08

Text Example


Text Example

White with #D94A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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