Html Css Color HEX #D95F0B Tenne (Tawny)

📋 copy color: '#D95F0B'

red 217 ◦ green 95 ◦ blue 11

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

Shades of Tenne (Tawny) #D95F0B

Tints of Tenne (Tawny) #D95F0B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.41%

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

R = 67.18%
G = 29.41%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D95F0B (or 0xD95F0B) is known color: Tenne (Tawny). HEX triplet: D9, 5F and 0B. RGB value is (217,95,11). Sum of RGB (Red+Green+Blue) = 217+95+11=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95F0B is #26A0F4. Grayscale: #7A7A7A. Windows color (decimal): -2531573 or 745433. OLE color: 745433.

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

Color convert

RGB 217 95 11 -
CMYK 0 0.56 0.95 0.15
HSL 24.47º 0.9% 0.45% -
HSV(B) 24.47º 0.95% 0.85% -
XYZ 32.77 22.96 3.02 -
YUV 121.9 65.42 195.83 -
System Red Green Blue C M Y K H S L
Decimal 217 95 11 0 0.56 0.95 0.15 24.47 0.9 0.45
Hex D9 5F B 0 38 5F F 18 5A 2D
Octal 331 137 13 0 70 137 17 30 132 55
Binary 11011001 1011111 1011 0 111000 1011111 1111 11000 1011010 101101

Color Harmonies of #D95F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95F0B

Black with #D95F0B

Text Example


Text Example

White with #D95F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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