#DA5F1C

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

Shades of Chocolate #DA5F1C

Tints of Chocolate #DA5F1C

Color information

#DA5F1C (or 0xDA5F1C) is unknown color: approx Chocolate. HEX triplet: DA, 5F and 1C. RGB value is (218,95,28). Sum of RGB (Red+Green+Blue) = 218+95+28=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5F1C is #25A0E3. Grayscale: #7C7C7C. Windows color (decimal): -2466020 or 1859546. OLE color: 1859546.

HSL color Cylindrical-coordinate representation of color #DA5F1C: hue angle of 21.16º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA5F1C is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB2189528-
CMYK00.560.870.15
HSL21.16º77.24%48.24%-
HSV(B)21.16º87.16%85.49%-
XYZ33.2223.173.82-
YUV124.1473.75194.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 63.93%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 28 (11.33% from 255) = 8.21%
R=63.93%
G=27.86%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218952800.560.870.1521.1677.2448.24
HexDA5F1C03857F154d30
Octal33213734070127172511560
Binary11011010101111111100011100010101111111101011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5F1C; }

 p { color: rgb(218,95,28); }

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

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

 a { background-color: rgb(218,95,28); }

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

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

 span { border-color: rgb(218,95,28); }

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