Html Css Color HEX #D55306 Tenne (Tawny)

📋 copy color: '#D55306'

red 213 ◦ green 83 ◦ blue 6

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

Shades of Tenne (Tawny) #D55306

Tints of Tenne (Tawny) #D55306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.99%

R = 70.53%
G = 27.48%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D55306 (or 0xD55306) is known color: Tenne (Tawny). HEX triplet: D5, 53 and 06. RGB value is (213,83,6). Sum of RGB (Red+Green+Blue) = 213+83+6=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D55306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55306 is #2AACF9. Grayscale: #717171. Windows color (decimal): -2796794 or 414677. OLE color: 414677.

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

Color convert

RGB 213 83 6 -
CMYK 0 0.61 0.97 0.16
HSL 22.32º 0.95% 0.43% -
HSV(B) 22.32º 0.97% 0.84% -
XYZ 30.57 20.35 2.49 -
YUV 113.09 67.57 199.26 -
System Red Green Blue C M Y K H S L
Decimal 213 83 6 0 0.61 0.97 0.16 22.32 0.95 0.43
Hex D5 53 6 0 3D 61 10 16 5F 2B
Octal 325 123 6 0 75 141 20 26 137 53
Binary 11010101 1010011 110 0 111101 1100001 10000 10110 1011111 101011

Color Harmonies of #D55306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55306

Black with #D55306

Text Example


Text Example

White with #D55306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55306; }

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

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

background-color css

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

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

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

border-color css

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

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

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