Html Css Color HEX #D55E16 Chocolate

📋 copy color: '#D55E16'

red 213 ◦ green 94 ◦ blue 22

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

Shades of Chocolate #D55E16

Tints of Chocolate #D55E16

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.57%

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

R = 64.74%
G = 28.57%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D55E16 (or 0xD55E16) is known color: Chocolate. HEX triplet: D5, 5E and 16. RGB value is (213,94,22). Sum of RGB (Red+Green+Blue) = 213+94+22=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55E16 is #2AA1E9. Grayscale: #797979. Windows color (decimal): -2793962 or 1466069. OLE color: 1466069.

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

Color convert

RGB 213 94 22 -
CMYK 0 0.56 0.90 0.16
HSL 22.62º 0.81% 0.46% -
HSV(B) 22.62º 0.9% 0.84% -
XYZ 31.59 22.21 3.38 -
YUV 121.37 71.92 193.35 -
System Red Green Blue C M Y K H S L
Decimal 213 94 22 0 0.56 0.90 0.16 22.62 0.81 0.46
Hex D5 5E 16 0 38 5A 10 17 51 2E
Octal 325 136 26 0 70 132 20 27 121 56
Binary 11010101 1011110 10110 0 111000 1011010 10000 10111 1010001 101110

Color Harmonies of #D55E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55E16

Black with #D55E16

Text Example


Text Example

White with #D55E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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