Html Css Color HEX #D95A08 Tenne (Tawny)

📋 copy color: '#D95A08'

red 217 ◦ green 90 ◦ blue 8

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

Shades of Tenne (Tawny) #D95A08

Tints of Tenne (Tawny) #D95A08

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.57%

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

R = 68.89%
G = 28.57%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D95A08 (or 0xD95A08) is known color: Tenne (Tawny). HEX triplet: D9, 5A and 08. RGB value is (217,90,8). Sum of RGB (Red+Green+Blue) = 217+90+8=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95A08 is #26A5F7. Grayscale: #777777. Windows color (decimal): -2532856 or 547545. OLE color: 547545.

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

Color convert

RGB 217 90 8 -
CMYK 0 0.59 0.96 0.15
HSL 23.54º 0.93% 0.44% -
HSV(B) 23.54º 0.96% 0.85% -
XYZ 32.32 22.08 2.79 -
YUV 118.63 65.58 198.17 -
System Red Green Blue C M Y K H S L
Decimal 217 90 8 0 0.59 0.96 0.15 23.54 0.93 0.44
Hex D9 5A 8 0 3B 60 F 18 5D 2C
Octal 331 132 10 0 73 140 17 30 135 54
Binary 11011001 1011010 1000 0 111011 1100000 1111 11000 1011101 101100

Color Harmonies of #D95A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95A08

Black with #D95A08

Text Example


Text Example

White with #D95A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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