Html Css Color HEX #D94F0C Tenne (Tawny)

📋 copy color: '#D94F0C'

red 217 ◦ green 79 ◦ blue 12

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

Shades of Tenne (Tawny) #D94F0C

Tints of Tenne (Tawny) #D94F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.9%

R = 70.45%
G = 25.65%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D94F0C (or 0xD94F0C) is known color: Tenne (Tawny). HEX triplet: D9, 4F and 0C. RGB value is (217,79,12). Sum of RGB (Red+Green+Blue) = 217+79+12=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94F0C is #26B0F3. Grayscale: #717171. Windows color (decimal): -2535668 or 806873. OLE color: 806873.

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

Color convert

RGB 217 79 12 -
CMYK 0 0.64 0.94 0.15
HSL 19.61º 0.9% 0.45% -
HSV(B) 19.61º 0.94% 0.85% -
XYZ 31.48 20.37 2.62 -
YUV 112.62 71.22 202.45 -
System Red Green Blue C M Y K H S L
Decimal 217 79 12 0 0.64 0.94 0.15 19.61 0.9 0.45
Hex D9 4F C 0 40 5E F 14 5A 2D
Octal 331 117 14 0 100 136 17 24 132 55
Binary 11011001 1001111 1100 0 1000000 1011110 1111 10100 1011010 101101

Color Harmonies of #D94F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F0C

Black with #D94F0C

Text Example


Text Example

White with #D94F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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