Html Css Color HEX #D55602 Tenne (Tawny)

📋 copy color: '#D55602'

red 213 ◦ green 86 ◦ blue 2

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

Shades of Tenne (Tawny) #D55602

Tints of Tenne (Tawny) #D55602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.57%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 70.76%
G = 28.57%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D55602 (or 0xD55602) is known color: Tenne (Tawny). HEX triplet: D5, 56 and 02. RGB value is (213,86,2). Sum of RGB (Red+Green+Blue) = 213+86+2=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D55602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55602 is #2AA9FD. Grayscale: #727272. Windows color (decimal): -2796030 or 153301. OLE color: 153301.

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

Color convert

RGB 213 86 2 -
CMYK 0 0.60 0.99 0.16
HSL 23.89º 0.98% 0.42% -
HSV(B) 23.89º 0.99% 0.84% -
XYZ 30.78 20.81 2.45 -
YUV 114.4 64.58 198.33 -
System Red Green Blue C M Y K H S L
Decimal 213 86 2 0 0.60 0.99 0.16 23.89 0.98 0.42
Hex D5 56 2 0 3C 63 10 18 62 2A
Octal 325 126 2 0 74 143 20 30 142 52
Binary 11010101 1010110 10 0 111100 1100011 10000 11000 1100010 101010

Color Harmonies of #D55602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55602

Black with #D55602

Text Example


Text Example

White with #D55602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55602; }

 p { color: rgb(213,86,2); }

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

background-color css

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

 a { background-color: rgb(213,86,2); }

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

border-color css

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

 span { border-color: rgb(213,86,2); }

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