Html Css Color HEX #D94403 Tenne (Tawny)

📋 copy color: '#D94403'

red 217 ◦ green 68 ◦ blue 3

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

Shades of Tenne (Tawny) #D94403

Tints of Tenne (Tawny) #D94403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 75.35%
G = 23.61%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D94403 (or 0xD94403) is known color: Tenne (Tawny). HEX triplet: D9, 44 and 03. RGB value is (217,68,3). Sum of RGB (Red+Green+Blue) = 217+68+3=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D94403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94403 is #26BBFC. Grayscale: #696969. Windows color (decimal): -2538493 or 214233. OLE color: 214233.

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

Color convert

RGB 217 68 3 -
CMYK 0 0.69 0.99 0.15
HSL 18.22º 0.97% 0.43% -
HSV(B) 18.22º 0.99% 0.85% -
XYZ 30.7 18.89 2.11 -
YUV 105.14 70.36 207.79 -
System Red Green Blue C M Y K H S L
Decimal 217 68 3 0 0.69 0.99 0.15 18.22 0.97 0.43
Hex D9 44 3 0 45 63 F 12 61 2B
Octal 331 104 3 0 105 143 17 22 141 53
Binary 11011001 1000100 11 0 1000101 1100011 1111 10010 1100001 101011

Color Harmonies of #D94403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94403

Black with #D94403

Text Example


Text Example

White with #D94403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94403; }

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

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

background-color css

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

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

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

border-color css

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

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

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