Html Css Color HEX #DA5C13 Chocolate

📋 copy color: '#DA5C13'

red 218 ◦ green 92 ◦ blue 19

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

Shades of Chocolate #DA5C13

Tints of Chocolate #DA5C13

RGB

 RED value IS 218 (85.55% from 255) = 66.26%

 GREEN value IS 92 (36.33% from 255) = 27.96%

 BLUE value IS 19 (7.81% from 255) = 5.78%

R = 66.26%
G = 27.96%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA5C13 (or 0xDA5C13) is known color: Chocolate. HEX triplet: DA, 5C and 13. RGB value is (218,92,19). Sum of RGB (Red+Green+Blue) = 218+92+19=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5C13 is #25A3EC. Grayscale: #797979. Windows color (decimal): -2466797 or 1268954. OLE color: 1268954.

HSL color Cylindrical-coordinate representation of color #DA5C13: hue angle of 22.01º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA5C13 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 92 19 -
CMYK 0 0.58 0.91 0.15
HSL 22.01º 0.84% 0.46% -
HSV(B) 22.01º 0.91% 0.85% -
XYZ 32.86 22.61 3.25 -
YUV 121.35 70.24 196.94 -
System Red Green Blue C M Y K H S L
Decimal 218 92 19 0 0.58 0.91 0.15 22.01 0.84 0.46
Hex DA 5C 13 0 3A 5B F 16 54 2E
Octal 332 134 23 0 72 133 17 26 124 56
Binary 11011010 1011100 10011 0 111010 1011011 1111 10110 1010100 101110

Color Harmonies of #DA5C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C13

Black with #DA5C13

Text Example


Text Example

White with #DA5C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C13; }

 p { color: rgb(218,92,19); }

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

background-color css

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

 a { background-color: rgb(218,92,19); }

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

border-color css

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

 span { border-color: rgb(218,92,19); }

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