Html Css Color HEX #D96202 Tenne (Tawny)

📋 copy color: '#D96202'

red 217 ◦ green 98 ◦ blue 2

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

Shades of Tenne (Tawny) #D96202

Tints of Tenne (Tawny) #D96202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.91%

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

R = 68.45%
G = 30.91%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D96202 (or 0xD96202) is known color: Tenne (Tawny). HEX triplet: D9, 62 and 02. RGB value is (217,98,2). Sum of RGB (Red+Green+Blue) = 217+98+2=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D96202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96202 is #269DFD. Grayscale: #7B7B7B. Windows color (decimal): -2530814 or 156377. OLE color: 156377.

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

Color convert

RGB 217 98 2 -
CMYK 0 0.55 0.99 0.15
HSL 26.79º 0.98% 0.43% -
HSV(B) 26.79º 0.99% 0.85% -
XYZ 32.99 23.49 2.85 -
YUV 122.64 59.92 195.31 -
System Red Green Blue C M Y K H S L
Decimal 217 98 2 0 0.55 0.99 0.15 26.79 0.98 0.43
Hex D9 62 2 0 37 63 F 1B 62 2B
Octal 331 142 2 0 67 143 17 33 142 53
Binary 11011001 1100010 10 0 110111 1100011 1111 11011 1100010 101011

Color Harmonies of #D96202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96202

Black with #D96202

Text Example


Text Example

White with #D96202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96202; }

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

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

background-color css

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

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

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

border-color css

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

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

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