Html Css Color HEX #D95D0B Tenne (Tawny)

📋 copy color: '#D95D0B'

red 217 ◦ green 93 ◦ blue 11

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

Shades of Tenne (Tawny) #D95D0B

Tints of Tenne (Tawny) #D95D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.43%

R = 67.6%
G = 28.97%
B = 3.43%

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

#D95D0B (or 0xD95D0B) is known color: Tenne (Tawny). HEX triplet: D9, 5D and 0B. RGB value is (217,93,11). Sum of RGB (Red+Green+Blue) = 217+93+11=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95D0B is #26A2F4. Grayscale: #797979. Windows color (decimal): -2532085 or 744921. OLE color: 744921.

HSL color Cylindrical-coordinate representation of color #D95D0B: hue angle of 23.88º degrees, saturation: 0.9, 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 #D95D0B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 93 11 -
CMYK 0 0.57 0.95 0.15
HSL 23.88º 0.9% 0.45% -
HSV(B) 23.88º 0.95% 0.85% -
XYZ 32.59 22.6 2.96 -
YUV 120.73 66.08 196.67 -
System Red Green Blue C M Y K H S L
Decimal 217 93 11 0 0.57 0.95 0.15 23.88 0.9 0.45
Hex D9 5D B 0 39 5F F 18 5A 2D
Octal 331 135 13 0 71 137 17 30 132 55
Binary 11011001 1011101 1011 0 111001 1011111 1111 11000 1011010 101101

Color Harmonies of #D95D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D0B

Black with #D95D0B

Text Example


Text Example

White with #D95D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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