Html Css Color HEX #D95306 Tenne (Tawny)

📋 copy color: '#D95306'

red 217 ◦ green 83 ◦ blue 6

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

Shades of Tenne (Tawny) #D95306

Tints of Tenne (Tawny) #D95306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

 BLUE value IS 6 (2.73% from 255) = 1.96%

R = 70.92%
G = 27.12%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D95306 (or 0xD95306) is known color: Tenne (Tawny). HEX triplet: D9, 53 and 06. RGB value is (217,83,6). Sum of RGB (Red+Green+Blue) = 217+83+6=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D95306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95306 is #26ACF9. Grayscale: #727272. Windows color (decimal): -2534650 or 414681. OLE color: 414681.

HSL color Cylindrical-coordinate representation of color #D95306: hue angle of 21.9º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D95306 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 83 6 -
CMYK 0 0.62 0.97 0.15
HSL 21.9º 0.95% 0.44% -
HSV(B) 21.9º 0.97% 0.85% -
XYZ 31.74 20.95 2.54 -
YUV 114.29 66.89 201.26 -
System Red Green Blue C M Y K H S L
Decimal 217 83 6 0 0.62 0.97 0.15 21.9 0.95 0.44
Hex D9 53 6 0 3E 61 F 16 5F 2C
Octal 331 123 6 0 76 141 17 26 137 54
Binary 11011001 1010011 110 0 111110 1100001 1111 10110 1011111 101100

Color Harmonies of #D95306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95306

Black with #D95306

Text Example


Text Example

White with #D95306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95306; }

 p { color: rgb(217,83,6); }

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

background-color css

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

 a { background-color: rgb(217,83,6); }

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

border-color css

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

 span { border-color: rgb(217,83,6); }

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