Html Css Color HEX #D55816 Chocolate

📋 copy color: '#D55816'

red 213 ◦ green 88 ◦ blue 22

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

Shades of Chocolate #D55816

Tints of Chocolate #D55816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.81%

R = 65.94%
G = 27.24%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D55816 (or 0xD55816) is known color: Chocolate. HEX triplet: D5, 58 and 16. RGB value is (213,88,22). Sum of RGB (Red+Green+Blue) = 213+88+22=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D55816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55816 is #2AA7E9. Grayscale: #767676. Windows color (decimal): -2795498 or 1464533. OLE color: 1464533.

HSL color Cylindrical-coordinate representation of color #D55816: hue angle of 20.73º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D55816 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 88 22 -
CMYK 0 0.59 0.90 0.16
HSL 20.73º 0.81% 0.46% -
HSV(B) 20.73º 0.9% 0.84% -
XYZ 31.08 21.18 3.21 -
YUV 117.85 73.91 195.87 -
System Red Green Blue C M Y K H S L
Decimal 213 88 22 0 0.59 0.90 0.16 20.73 0.81 0.46
Hex D5 58 16 0 3B 5A 10 15 51 2E
Octal 325 130 26 0 73 132 20 25 121 56
Binary 11010101 1011000 10110 0 111011 1011010 10000 10101 1010001 101110

Color Harmonies of #D55816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55816

Black with #D55816

Text Example


Text Example

White with #D55816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55816; }

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

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

background-color css

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

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

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

border-color css

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

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

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