Html Css Color HEX #D94C07 Tenne (Tawny)

📋 copy color: '#D94C07'

red 217 ◦ green 76 ◦ blue 7

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

Shades of Tenne (Tawny) #D94C07

Tints of Tenne (Tawny) #D94C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.33%

R = 72.33%
G = 25.33%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D94C07 (or 0xD94C07) is known color: Tenne (Tawny). HEX triplet: D9, 4C and 07. RGB value is (217,76,7). Sum of RGB (Red+Green+Blue) = 217+76+7=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94C07 is #26B3F8. Grayscale: #6E6E6E. Windows color (decimal): -2536441 or 478425. OLE color: 478425.

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

Color convert

RGB 217 76 7 -
CMYK 0 0.65 0.97 0.15
HSL 19.71º 0.94% 0.44% -
HSV(B) 19.71º 0.97% 0.85% -
XYZ 31.24 19.94 2.4 -
YUV 110.29 69.71 204.11 -
System Red Green Blue C M Y K H S L
Decimal 217 76 7 0 0.65 0.97 0.15 19.71 0.94 0.44
Hex D9 4C 7 0 41 61 F 14 5E 2C
Octal 331 114 7 0 101 141 17 24 136 54
Binary 11011001 1001100 111 0 1000001 1100001 1111 10100 1011110 101100

Color Harmonies of #D94C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C07

Black with #D94C07

Text Example


Text Example

White with #D94C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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