Html Css Color HEX #D95D0A Tenne (Tawny)

📋 copy color: '#D95D0A'

red 217 ◦ green 93 ◦ blue 10

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

Shades of Tenne (Tawny) #D95D0A

Tints of Tenne (Tawny) #D95D0A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.06%

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 67.81%
G = 29.06%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D95D0A (or 0xD95D0A) is known color: Tenne (Tawny). HEX triplet: D9, 5D and 0A. RGB value is (217,93,10). Sum of RGB (Red+Green+Blue) = 217+93+10=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95D0A is #26A2F5. Grayscale: #797979. Windows color (decimal): -2532086 or 679385. OLE color: 679385.

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

Color convert

RGB 217 93 10 -
CMYK 0 0.57 0.95 0.15
HSL 24.06º 0.91% 0.45% -
HSV(B) 24.06º 0.95% 0.85% -
XYZ 32.58 22.6 2.93 -
YUV 120.61 65.58 196.75 -
System Red Green Blue C M Y K H S L
Decimal 217 93 10 0 0.57 0.95 0.15 24.06 0.91 0.45
Hex D9 5D A 0 39 5F F 18 5B 2D
Octal 331 135 12 0 71 137 17 30 133 55
Binary 11011001 1011101 1010 0 111001 1011111 1111 11000 1011011 101101

Color Harmonies of #D95D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D0A

Black with #D95D0A

Text Example


Text Example

White with #D95D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D0A; }

 p { color: rgb(217,93,10); }

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

background-color css

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

 a { background-color: rgb(217,93,10); }

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

border-color css

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

 span { border-color: rgb(217,93,10); }

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