Html Css Color HEX #D94600 Tenne (Tawny)

📋 copy color: '#D94600'

red 217 ◦ green 70 ◦ blue 0

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

Shades of Tenne (Tawny) #D94600

Tints of Tenne (Tawny) #D94600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.61%
G = 24.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D94600 (or 0xD94600) is known color: Tenne (Tawny). HEX triplet: D9, 46 and 00. RGB value is (217,70,0). Sum of RGB (Red+Green+Blue) = 217+70+0=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D94600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94600 is #26B9FF. Grayscale: #6A6A6A. Windows color (decimal): -2537984 or 18137. OLE color: 18137.

HSL color Cylindrical-coordinate representation of color #D94600: hue angle of 19.35º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D94600 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 70 0 -
CMYK 0 0.68 1 0.15
HSL 19.35º 1% 0.43% -
HSV(B) 19.35º 1% 0.85% -
XYZ 30.81 19.13 2.07 -
YUV 105.97 68.2 207.19 -
System Red Green Blue C M Y K H S L
Decimal 217 70 0 0 0.68 1 0.15 19.35 1 0.43
Hex D9 46 0 0 44 64 F 13 64 2B
Octal 331 106 0 0 104 144 17 23 144 53
Binary 11011001 1000110 0 0 1000100 1100100 1111 10011 1100100 101011

Color Harmonies of #D94600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94600

Black with #D94600

Text Example


Text Example

White with #D94600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94600; }

 p { color: rgb(217,70,0); }

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

background-color css

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

 a { background-color: rgb(217,70,0); }

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

border-color css

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

 span { border-color: rgb(217,70,0); }

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