Html Css Color HEX #D94C16 Tenne (Tawny)

📋 copy color: '#D94C16'

red 217 ◦ green 76 ◦ blue 22

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

Shades of Tenne (Tawny) #D94C16

Tints of Tenne (Tawny) #D94C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.13%

 BLUE value IS 22 (8.98% from 255) = 6.98%

R = 68.89%
G = 24.13%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D94C16 (or 0xD94C16) is known color: Tenne (Tawny). HEX triplet: D9, 4C and 16. RGB value is (217,76,22). Sum of RGB (Red+Green+Blue) = 217+76+22=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94C16 is #26B3E9. Grayscale: #707070. Windows color (decimal): -2536426 or 1461465. OLE color: 1461465.

HSL color Cylindrical-coordinate representation of color #D94C16: hue angle of 16.62º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D94C16 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 76 22 -
CMYK 0 0.65 0.90 0.15
HSL 16.62º 0.82% 0.47% -
HSV(B) 16.62º 0.9% 0.85% -
XYZ 31.34 19.98 2.96 -
YUV 112 77.21 202.89 -
System Red Green Blue C M Y K H S L
Decimal 217 76 22 0 0.65 0.90 0.15 16.62 0.82 0.47
Hex D9 4C 16 0 41 5A F 11 52 2F
Octal 331 114 26 0 101 132 17 21 122 57
Binary 11011001 1001100 10110 0 1000001 1011010 1111 10001 1010010 101111

Color Harmonies of #D94C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C16

Black with #D94C16

Text Example


Text Example

White with #D94C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C16; }

 p { color: rgb(217,76,22); }

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

background-color css

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

 a { background-color: rgb(217,76,22); }

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

border-color css

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

 span { border-color: rgb(217,76,22); }

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