Html Css Color HEX #D94402 Tenne (Tawny)

📋 copy color: '#D94402'

red 217 ◦ green 68 ◦ blue 2

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

Shades of Tenne (Tawny) #D94402

Tints of Tenne (Tawny) #D94402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 75.61%
G = 23.69%
B = 0.7%

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

#D94402 (or 0xD94402) is known color: Tenne (Tawny). HEX triplet: D9, 44 and 02. RGB value is (217,68,2). Sum of RGB (Red+Green+Blue) = 217+68+2=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D94402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94402 is #26BBFD. Grayscale: #696969. Windows color (decimal): -2538494 or 148697. OLE color: 148697.

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

Color convert

RGB 217 68 2 -
CMYK 0 0.69 0.99 0.15
HSL 18.42º 0.98% 0.43% -
HSV(B) 18.42º 0.99% 0.85% -
XYZ 30.69 18.89 2.09 -
YUV 105.03 69.86 207.87 -
System Red Green Blue C M Y K H S L
Decimal 217 68 2 0 0.69 0.99 0.15 18.42 0.98 0.43
Hex D9 44 2 0 45 63 F 12 62 2B
Octal 331 104 2 0 105 143 17 22 142 53
Binary 11011001 1000100 10 0 1000101 1100011 1111 10010 1100010 101011

Color Harmonies of #D94402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94402

Black with #D94402

Text Example


Text Example

White with #D94402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94402; }

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

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

background-color css

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

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

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

border-color css

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

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

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