#DA551F

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

Shades of Chocolate #DA551F

Tints of Chocolate #DA551F

Color information

#DA551F (or 0xDA551F) is unknown color: approx Chocolate. HEX triplet: DA, 55 and 1F. RGB value is (218,85,31). Sum of RGB (Red+Green+Blue) = 218+85+31=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA551F is #25AAE0. Grayscale: #767676. Windows color (decimal): -2468577 or 2053594. OLE color: 2053594.

HSL color Cylindrical-coordinate representation of color #DA551F: hue angle of 17.33º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA551F is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB2188531-
CMYK00.610.860.15
HSL17.33º75.1%48.82%-
HSV(B)17.33º85.78%85.49%-
XYZ32.4121.53.74-
YUV118.6178.56198.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 65.27%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 31 (12.5% from 255) = 9.28%
R=65.27%
G=25.45%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218853100.610.860.1517.3375.148.82
HexDA551F03D56F114b31
Octal33212537075126172111361
Binary11011010101010111111011110110101101111100011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA551F; }

 p { color: rgb(218,85,31); }

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

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

 a { background-color: rgb(218,85,31); }

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

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

 span { border-color: rgb(218,85,31); }

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