Html Css Color HEX #D95802 Tenne (Tawny)

📋 copy color: '#D95802'

red 217 ◦ green 88 ◦ blue 2

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

Shades of Tenne (Tawny) #D95802

Tints of Tenne (Tawny) #D95802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.66%

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

R = 70.68%
G = 28.66%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D95802 (or 0xD95802) is known color: Tenne (Tawny). HEX triplet: D9, 58 and 02. RGB value is (217,88,2). Sum of RGB (Red+Green+Blue) = 217+88+2=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D95802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95802 is #26A7FD. Grayscale: #757575. Windows color (decimal): -2533374 or 153817. OLE color: 153817.

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

Color convert

RGB 217 88 2 -
CMYK 0 0.59 0.99 0.15
HSL 24º 0.98% 0.43% -
HSV(B) 24º 0.99% 0.85% -
XYZ 32.12 21.74 2.56 -
YUV 116.77 63.24 199.49 -
System Red Green Blue C M Y K H S L
Decimal 217 88 2 0 0.59 0.99 0.15 24 0.98 0.43
Hex D9 58 2 0 3B 63 F 18 62 2B
Octal 331 130 2 0 73 143 17 30 142 53
Binary 11011001 1011000 10 0 111011 1100011 1111 11000 1100010 101011

Color Harmonies of #D95802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95802

Black with #D95802

Text Example


Text Example

White with #D95802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95802; }

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

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

background-color css

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

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

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

border-color css

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

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

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