#D55D23

Color #D55D23 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D55D23

Tints of Chocolate #D55D23

Color information

#D55D23 (or 0xD55D23) is unknown color: approx Chocolate. HEX triplet: D5, 5D and 23. RGB value is (213,93,35). Sum of RGB (Red+Green+Blue) = 213+93+35=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55D23 is #2AA2DC. Grayscale: #7A7A7A. Windows color (decimal): -2794205 or 2317781. OLE color: 2317781.

HSL color Cylindrical-coordinate representation of color #D55D23: hue angle of 19.55º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D55D23 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB2139335-
CMYK00.560.840.16
HSL19.55º71.77%48.63%-
HSV(B)19.55º83.57%83.53%-
XYZ31.6622.14.19-
YUV122.2778.76192.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 62.46%
GREEN value IS 93 (36.72% from 255) = 27.27%
BLUE value IS 35 (14.06% from 255) = 10.26%
R=62.46%
G=27.27%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213933500.560.840.1619.5571.7748.63
HexD55D230385410144831
Octal32513543070124202411061
Binary1101010110111011000110111000101010010000101001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55D23; }

 p { color: rgb(213,93,35); }

 H1.HeaderClassName
 {
   color: #D55D23;
 }
 .AnyTagClassName
 {
   color: #D55D23;
 }
</style>
background-color css

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

 a { background-color: rgb(213,93,35); }

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

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

 span { border-color: rgb(213,93,35); }

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