Html Css Color HEX #DA5D13 Chocolate

📋 copy color: '#DA5D13'

red 218 ◦ green 93 ◦ blue 19

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

Shades of Chocolate #DA5D13

Tints of Chocolate #DA5D13

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

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

R = 66.06%
G = 28.18%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA5D13 (or 0xDA5D13) is known color: Chocolate. HEX triplet: DA, 5D and 13. RGB value is (218,93,19). Sum of RGB (Red+Green+Blue) = 218+93+19=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5D13 is #25A2EC. Grayscale: #7A7A7A. Windows color (decimal): -2466541 or 1269210. OLE color: 1269210.

HSL color Cylindrical-coordinate representation of color #DA5D13: hue angle of 22.31º 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 #DA5D13 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 93 19 -
CMYK 0 0.57 0.91 0.15
HSL 22.31º 0.84% 0.46% -
HSV(B) 22.31º 0.91% 0.85% -
XYZ 32.95 22.78 3.28 -
YUV 121.94 69.91 196.52 -
System Red Green Blue C M Y K H S L
Decimal 218 93 19 0 0.57 0.91 0.15 22.31 0.84 0.46
Hex DA 5D 13 0 39 5B F 16 54 2E
Octal 332 135 23 0 71 133 17 26 124 56
Binary 11011010 1011101 10011 0 111001 1011011 1111 10110 1010100 101110

Color Harmonies of #DA5D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D13

Black with #DA5D13

Text Example


Text Example

White with #DA5D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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