Html Css Color HEX #D95308 Tenne (Tawny)

📋 copy color: '#D95308'

red 217 ◦ green 83 ◦ blue 8

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

Shades of Tenne (Tawny) #D95308

Tints of Tenne (Tawny) #D95308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.6%

R = 70.45%
G = 26.95%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D95308 (or 0xD95308) is known color: Tenne (Tawny). HEX triplet: D9, 53 and 08. RGB value is (217,83,8). Sum of RGB (Red+Green+Blue) = 217+83+8=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D95308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95308 is #26ACF7. Grayscale: #727272. Windows color (decimal): -2534648 or 545753. OLE color: 545753.

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

Color convert

RGB 217 83 8 -
CMYK 0 0.62 0.96 0.15
HSL 21.53º 0.93% 0.44% -
HSV(B) 21.53º 0.96% 0.85% -
XYZ 31.75 20.96 2.6 -
YUV 114.52 67.89 201.1 -
System Red Green Blue C M Y K H S L
Decimal 217 83 8 0 0.62 0.96 0.15 21.53 0.93 0.44
Hex D9 53 8 0 3E 60 F 16 5D 2C
Octal 331 123 10 0 76 140 17 26 135 54
Binary 11011001 1010011 1000 0 111110 1100000 1111 10110 1011101 101100

Color Harmonies of #D95308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95308

Black with #D95308

Text Example


Text Example

White with #D95308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95308; }

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

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

background-color css

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

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

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

border-color css

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

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

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