Html Css Color HEX #D85B0B Tenne (Tawny)

📋 copy color: '#D85B0B'

red 216 ◦ green 91 ◦ blue 11

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

Shades of Tenne (Tawny) #D85B0B

Tints of Tenne (Tawny) #D85B0B

RGB

 RED value IS 216 (84.77% from 255) = 67.92%

 GREEN value IS 91 (35.94% from 255) = 28.62%

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

R = 67.92%
G = 28.62%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D85B0B (or 0xD85B0B) is known color: Tenne (Tawny). HEX triplet: D8, 5B and 0B. RGB value is (216,91,11). Sum of RGB (Red+Green+Blue) = 216+91+11=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85B0B is #27A4F4. Grayscale: #777777. Windows color (decimal): -2598133 or 744408. OLE color: 744408.

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

Color convert

RGB 216 91 11 -
CMYK 0 0.58 0.95 0.15
HSL 23.41º 0.9% 0.45% -
HSV(B) 23.41º 0.95% 0.85% -
XYZ 32.12 22.11 2.89 -
YUV 119.26 66.91 197 -
System Red Green Blue C M Y K H S L
Decimal 216 91 11 0 0.58 0.95 0.15 23.41 0.9 0.45
Hex D8 5B B 0 3A 5F F 17 5A 2D
Octal 330 133 13 0 72 137 17 27 132 55
Binary 11011000 1011011 1011 0 111010 1011111 1111 10111 1011010 101101

Color Harmonies of #D85B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B0B

Black with #D85B0B

Text Example


Text Example

White with #D85B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B0B; }

 p { color: rgb(216,91,11); }

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

background-color css

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

 a { background-color: rgb(216,91,11); }

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

border-color css

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

 span { border-color: rgb(216,91,11); }

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