Html Css Color HEX #D55308 Tenne (Tawny)

📋 copy color: '#D55308'

red 213 ◦ green 83 ◦ blue 8

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

Shades of Tenne (Tawny) #D55308

Tints of Tenne (Tawny) #D55308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.3%

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

R = 70.07%
G = 27.3%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D55308 (or 0xD55308) is known color: Tenne (Tawny). HEX triplet: D5, 53 and 08. RGB value is (213,83,8). Sum of RGB (Red+Green+Blue) = 213+83+8=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D55308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55308 is #2AACF7. Grayscale: #717171. Windows color (decimal): -2796792 or 545749. OLE color: 545749.

HSL color Cylindrical-coordinate representation of color #D55308: hue angle of 21.95º 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 #D55308 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 83 8 -
CMYK 0 0.61 0.96 0.16
HSL 21.95º 0.93% 0.43% -
HSV(B) 21.95º 0.96% 0.84% -
XYZ 30.58 20.35 2.55 -
YUV 113.32 68.57 199.1 -
System Red Green Blue C M Y K H S L
Decimal 213 83 8 0 0.61 0.96 0.16 21.95 0.93 0.43
Hex D5 53 8 0 3D 60 10 16 5D 2B
Octal 325 123 10 0 75 140 20 26 135 53
Binary 11010101 1010011 1000 0 111101 1100000 10000 10110 1011101 101011

Color Harmonies of #D55308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55308

Black with #D55308

Text Example


Text Example

White with #D55308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55308; }

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

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

background-color css

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

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

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

border-color css

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

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

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