Html Css Color HEX #D96302 Tenne (Tawny)

📋 copy color: '#D96302'

red 217 ◦ green 99 ◦ blue 2

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

Shades of Tenne (Tawny) #D96302

Tints of Tenne (Tawny) #D96302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.13%

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

R = 68.24%
G = 31.13%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D96302 (or 0xD96302) is known color: Tenne (Tawny). HEX triplet: D9, 63 and 02. RGB value is (217,99,2). Sum of RGB (Red+Green+Blue) = 217+99+2=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D96302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96302 is #269CFD. Grayscale: #7B7B7B. Windows color (decimal): -2530558 or 156633. OLE color: 156633.

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

Color convert

RGB 217 99 2 -
CMYK 0 0.54 0.99 0.15
HSL 27.07º 0.98% 0.43% -
HSV(B) 27.07º 0.99% 0.85% -
XYZ 33.09 23.68 2.88 -
YUV 123.22 59.59 194.89 -
System Red Green Blue C M Y K H S L
Decimal 217 99 2 0 0.54 0.99 0.15 27.07 0.98 0.43
Hex D9 63 2 0 36 63 F 1B 62 2B
Octal 331 143 2 0 66 143 17 33 142 53
Binary 11011001 1100011 10 0 110110 1100011 1111 11011 1100010 101011

Color Harmonies of #D96302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96302

Black with #D96302

Text Example


Text Example

White with #D96302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96302; }

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

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

background-color css

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

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

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

border-color css

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

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

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