Html Css Color HEX #D96002 Tenne (Tawny)

📋 copy color: '#D96002'

red 217 ◦ green 96 ◦ blue 2

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

Shades of Tenne (Tawny) #D96002

Tints of Tenne (Tawny) #D96002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.48%

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

R = 68.89%
G = 30.48%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D96002 (or 0xD96002) is known color: Tenne (Tawny). HEX triplet: D9, 60 and 02. RGB value is (217,96,2). Sum of RGB (Red+Green+Blue) = 217+96+2=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D96002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96002 is #269FFD. Grayscale: #797979. Windows color (decimal): -2531326 or 155865. OLE color: 155865.

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

Color convert

RGB 217 96 2 -
CMYK 0 0.56 0.99 0.15
HSL 26.23º 0.98% 0.43% -
HSV(B) 26.23º 0.99% 0.85% -
XYZ 32.81 23.12 2.79 -
YUV 121.46 60.59 196.14 -
System Red Green Blue C M Y K H S L
Decimal 217 96 2 0 0.56 0.99 0.15 26.23 0.98 0.43
Hex D9 60 2 0 38 63 F 1A 62 2B
Octal 331 140 2 0 70 143 17 32 142 53
Binary 11011001 1100000 10 0 111000 1100011 1111 11010 1100010 101011

Color Harmonies of #D96002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96002

Black with #D96002

Text Example


Text Example

White with #D96002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96002; }

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

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

background-color css

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

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

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

border-color css

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

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

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