Html Css Color HEX #D94400 Tenne (Tawny)

📋 copy color: '#D94400'

red 217 ◦ green 68 ◦ blue 0

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

Shades of Tenne (Tawny) #D94400

Tints of Tenne (Tawny) #D94400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

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

R = 76.14%
G = 23.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D94400 (or 0xD94400) is known color: Tenne (Tawny). HEX triplet: D9, 44 and 00. RGB value is (217,68,0). Sum of RGB (Red+Green+Blue) = 217+68+0=285 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.14% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 217 - color contains mainly: red. Hex color #D94400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94400 is #26BBFF. Grayscale: #696969. Windows color (decimal): -2538496 or 17625. OLE color: 17625.

HSL color Cylindrical-coordinate representation of color #D94400: hue angle of 18.8º 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 #D94400 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 68 0 -
CMYK 0 0.69 1 0.15
HSL 18.8º 1% 0.43% -
HSV(B) 18.8º 1% 0.85% -
XYZ 30.68 18.89 2.03 -
YUV 104.8 68.86 208.03 -
System Red Green Blue C M Y K H S L
Decimal 217 68 0 0 0.69 1 0.15 18.8 1 0.43
Hex D9 44 0 0 45 64 F 13 64 2B
Octal 331 104 0 0 105 144 17 23 144 53
Binary 11011001 1000100 0 0 1000101 1100100 1111 10011 1100100 101011

Color Harmonies of #D94400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94400

Black with #D94400

Text Example


Text Example

White with #D94400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94400; }

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

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

background-color css

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

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

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

border-color css

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

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

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