Html Css Color HEX #D5500B Tenne (Tawny)

📋 copy color: '#D5500B'

red 213 ◦ green 80 ◦ blue 11

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

Shades of Tenne (Tawny) #D5500B

Tints of Tenne (Tawny) #D5500B

RGB

 RED value IS 213 (83.59% from 255) = 70.07%

 GREEN value IS 80 (31.64% from 255) = 26.32%

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

R = 70.07%
G = 26.32%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5500B (or 0xD5500B) is known color: Tenne (Tawny). HEX triplet: D5, 50 and 0B. RGB value is (213,80,11). Sum of RGB (Red+Green+Blue) = 213+80+11=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D5500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5500B is #2AAFF4. Grayscale: #707070. Windows color (decimal): -2797557 or 741589. OLE color: 741589.

HSL color Cylindrical-coordinate representation of color #D5500B: hue angle of 20.5º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5500B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 80 11 -
CMYK 0 0.62 0.95 0.16
HSL 20.5º 0.9% 0.44% -
HSV(B) 20.5º 0.95% 0.84% -
XYZ 30.37 19.91 2.56 -
YUV 111.9 71.06 200.11 -
System Red Green Blue C M Y K H S L
Decimal 213 80 11 0 0.62 0.95 0.16 20.5 0.9 0.44
Hex D5 50 B 0 3E 5F 10 14 5A 2C
Octal 325 120 13 0 76 137 20 24 132 54
Binary 11010101 1010000 1011 0 111110 1011111 10000 10100 1011010 101100

Color Harmonies of #D5500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5500B

Black with #D5500B

Text Example


Text Example

White with #D5500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5500B; }

 p { color: rgb(213,80,11); }

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

background-color css

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

 a { background-color: rgb(213,80,11); }

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

border-color css

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

 span { border-color: rgb(213,80,11); }

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