Html Css Color HEX #D55508 Tenne (Tawny)

📋 copy color: '#D55508'

red 213 ◦ green 85 ◦ blue 8

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

Shades of Tenne (Tawny) #D55508

Tints of Tenne (Tawny) #D55508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.78%

 BLUE value IS 8 (3.52% from 255) = 2.61%

R = 69.61%
G = 27.78%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D55508 (or 0xD55508) is known color: Tenne (Tawny). HEX triplet: D5, 55 and 08. RGB value is (213,85,8). Sum of RGB (Red+Green+Blue) = 213+85+8=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D55508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55508 is #2AAAF7. Grayscale: #727272. Windows color (decimal): -2796280 or 546261. OLE color: 546261.

HSL color Cylindrical-coordinate representation of color #D55508: hue angle of 22.54º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D55508 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 85 8 -
CMYK 0 0.60 0.96 0.16
HSL 22.54º 0.93% 0.43% -
HSV(B) 22.54º 0.96% 0.84% -
XYZ 30.73 20.66 2.6 -
YUV 114.49 67.91 198.26 -
System Red Green Blue C M Y K H S L
Decimal 213 85 8 0 0.60 0.96 0.16 22.54 0.93 0.43
Hex D5 55 8 0 3C 60 10 17 5D 2B
Octal 325 125 10 0 74 140 20 27 135 53
Binary 11010101 1010101 1000 0 111100 1100000 10000 10111 1011101 101011

Color Harmonies of #D55508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55508

Black with #D55508

Text Example


Text Example

White with #D55508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55508; }

 p { color: rgb(213,85,8); }

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

background-color css

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

 a { background-color: rgb(213,85,8); }

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

border-color css

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

 span { border-color: rgb(213,85,8); }

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