Html Css Color HEX #D95A05 Tenne (Tawny)

📋 copy color: '#D95A05'

red 217 ◦ green 90 ◦ blue 5

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

Shades of Tenne (Tawny) #D95A05

Tints of Tenne (Tawny) #D95A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 69.55%
G = 28.85%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D95A05 (or 0xD95A05) is known color: Tenne (Tawny). HEX triplet: D9, 5A and 05. RGB value is (217,90,5). Sum of RGB (Red+Green+Blue) = 217+90+5=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95A05 is #26A5FA. Grayscale: #767676. Windows color (decimal): -2532859 or 350937. OLE color: 350937.

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

Color convert

RGB 217 90 5 -
CMYK 0 0.59 0.98 0.15
HSL 24.06º 0.95% 0.44% -
HSV(B) 24.06º 0.98% 0.85% -
XYZ 32.3 22.08 2.7 -
YUV 118.28 64.08 198.41 -
System Red Green Blue C M Y K H S L
Decimal 217 90 5 0 0.59 0.98 0.15 24.06 0.95 0.44
Hex D9 5A 5 0 3B 62 F 18 5F 2C
Octal 331 132 5 0 73 142 17 30 137 54
Binary 11011001 1011010 101 0 111011 1100010 1111 11000 1011111 101100

Color Harmonies of #D95A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95A05

Black with #D95A05

Text Example


Text Example

White with #D95A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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