Html Css Color HEX #D94C06 Tenne (Tawny)

📋 copy color: '#D94C06'

red 217 ◦ green 76 ◦ blue 6

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

Shades of Tenne (Tawny) #D94C06

Tints of Tenne (Tawny) #D94C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.01%

R = 72.58%
G = 25.42%
B = 2.01%

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

#D94C06 (or 0xD94C06) is known color: Tenne (Tawny). HEX triplet: D9, 4C and 06. RGB value is (217,76,6). Sum of RGB (Red+Green+Blue) = 217+76+6=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94C06 is #26B3F9. Grayscale: #6E6E6E. Windows color (decimal): -2536442 or 412889. OLE color: 412889.

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

Color convert

RGB 217 76 6 -
CMYK 0 0.65 0.97 0.15
HSL 19.91º 0.95% 0.44% -
HSV(B) 19.91º 0.97% 0.85% -
XYZ 31.23 19.93 2.37 -
YUV 110.18 69.21 204.19 -
System Red Green Blue C M Y K H S L
Decimal 217 76 6 0 0.65 0.97 0.15 19.91 0.95 0.44
Hex D9 4C 6 0 41 61 F 14 5F 2C
Octal 331 114 6 0 101 141 17 24 137 54
Binary 11011001 1001100 110 0 1000001 1100001 1111 10100 1011111 101100

Color Harmonies of #D94C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C06

Black with #D94C06

Text Example


Text Example

White with #D94C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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