Html Css Color HEX #D55802 Tenne (Tawny)

📋 copy color: '#D55802'

red 213 ◦ green 88 ◦ blue 2

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

Shades of Tenne (Tawny) #D55802

Tints of Tenne (Tawny) #D55802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

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

R = 70.3%
G = 29.04%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D55802 (or 0xD55802) is known color: Tenne (Tawny). HEX triplet: D5, 58 and 02. RGB value is (213,88,2). Sum of RGB (Red+Green+Blue) = 213+88+2=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D55802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55802 is #2AA7FD. Grayscale: #747474. Windows color (decimal): -2795518 or 153813. OLE color: 153813.

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

Color convert

RGB 213 88 2 -
CMYK 0 0.59 0.99 0.16
HSL 24.45º 0.98% 0.42% -
HSV(B) 24.45º 0.99% 0.84% -
XYZ 30.94 21.13 2.51 -
YUV 115.57 63.91 197.49 -
System Red Green Blue C M Y K H S L
Decimal 213 88 2 0 0.59 0.99 0.16 24.45 0.98 0.42
Hex D5 58 2 0 3B 63 10 18 62 2A
Octal 325 130 2 0 73 143 20 30 142 52
Binary 11010101 1011000 10 0 111011 1100011 10000 11000 1100010 101010

Color Harmonies of #D55802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55802

Black with #D55802

Text Example


Text Example

White with #D55802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55802; }

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

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

background-color css

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

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

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

border-color css

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

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

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