Html Css Color HEX #D55502 Tenne (Tawny)

📋 copy color: '#D55502'

red 213 ◦ green 85 ◦ blue 2

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

Shades of Tenne (Tawny) #D55502

Tints of Tenne (Tawny) #D55502

RGB

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

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

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

R = 71%
G = 28.33%
B = 0.67%

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

#D55502 (or 0xD55502) is known color: Tenne (Tawny). HEX triplet: D5, 55 and 02. RGB value is (213,85,2). Sum of RGB (Red+Green+Blue) = 213+85+2=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D55502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55502 is #2AAAFD. Grayscale: #727272. Windows color (decimal): -2796286 or 153045. OLE color: 153045.

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

Color convert

RGB 213 85 2 -
CMYK 0 0.60 0.99 0.16
HSL 23.6º 0.98% 0.42% -
HSV(B) 23.6º 0.99% 0.84% -
XYZ 30.7 20.65 2.42 -
YUV 113.81 64.91 198.75 -
System Red Green Blue C M Y K H S L
Decimal 213 85 2 0 0.60 0.99 0.16 23.6 0.98 0.42
Hex D5 55 2 0 3C 63 10 18 62 2A
Octal 325 125 2 0 74 143 20 30 142 52
Binary 11010101 1010101 10 0 111100 1100011 10000 11000 1100010 101010

Color Harmonies of #D55502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55502

Black with #D55502

Text Example


Text Example

White with #D55502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55502; }

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

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

background-color css

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

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

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

border-color css

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

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

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