Html Css Color HEX #D96102 Tenne (Tawny)

📋 copy color: '#D96102'

red 217 ◦ green 97 ◦ blue 2

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

Shades of Tenne (Tawny) #D96102

Tints of Tenne (Tawny) #D96102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.7%

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

R = 68.67%
G = 30.7%
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

#D96102 (or 0xD96102) is known color: Tenne (Tawny). HEX triplet: D9, 61 and 02. RGB value is (217,97,2). Sum of RGB (Red+Green+Blue) = 217+97+2=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D96102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96102 is #269EFD. Grayscale: #7A7A7A. Windows color (decimal): -2531070 or 156121. OLE color: 156121.

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

Color convert

RGB 217 97 2 -
CMYK 0 0.55 0.99 0.15
HSL 26.51º 0.98% 0.43% -
HSV(B) 26.51º 0.99% 0.85% -
XYZ 32.9 23.31 2.82 -
YUV 122.05 60.26 195.72 -
System Red Green Blue C M Y K H S L
Decimal 217 97 2 0 0.55 0.99 0.15 26.51 0.98 0.43
Hex D9 61 2 0 37 63 F 1B 62 2B
Octal 331 141 2 0 67 143 17 33 142 53
Binary 11011001 1100001 10 0 110111 1100011 1111 11011 1100010 101011

Color Harmonies of #D96102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96102

Black with #D96102

Text Example


Text Example

White with #D96102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96102; }

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

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

background-color css

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

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

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

border-color css

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

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

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