Html Css Color HEX #D95402 Tenne (Tawny)

📋 copy color: '#D95402'

red 217 ◦ green 84 ◦ blue 2

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

Shades of Tenne (Tawny) #D95402

Tints of Tenne (Tawny) #D95402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.72%

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

R = 71.62%
G = 27.72%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D95402 (or 0xD95402) is known color: Tenne (Tawny). HEX triplet: D9, 54 and 02. RGB value is (217,84,2). Sum of RGB (Red+Green+Blue) = 217+84+2=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D95402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95402 is #26ABFD. Grayscale: #727272. Windows color (decimal): -2534398 or 152793. OLE color: 152793.

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

Color convert

RGB 217 84 2 -
CMYK 0 0.61 0.99 0.15
HSL 22.88º 0.98% 0.43% -
HSV(B) 22.88º 0.99% 0.85% -
XYZ 31.8 21.1 2.45 -
YUV 114.42 64.56 201.17 -
System Red Green Blue C M Y K H S L
Decimal 217 84 2 0 0.61 0.99 0.15 22.88 0.98 0.43
Hex D9 54 2 0 3D 63 F 17 62 2B
Octal 331 124 2 0 75 143 17 27 142 53
Binary 11011001 1010100 10 0 111101 1100011 1111 10111 1100010 101011

Color Harmonies of #D95402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95402

Black with #D95402

Text Example


Text Example

White with #D95402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95402; }

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

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

background-color css

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

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

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

border-color css

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

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

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