Html Css Color HEX #DA6C13 Chocolate

📋 copy color: '#DA6C13'

red 218 ◦ green 108 ◦ blue 19

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

Shades of Chocolate #DA6C13

Tints of Chocolate #DA6C13

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.3%

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

R = 63.19%
G = 31.3%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA6C13 (or 0xDA6C13) is known color: Chocolate. HEX triplet: DA, 6C and 13. RGB value is (218,108,19). Sum of RGB (Red+Green+Blue) = 218+108+19=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6C13 is #2593EC. Grayscale: #838383. Windows color (decimal): -2462701 or 1273050. OLE color: 1273050.

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

Color convert

RGB 218 108 19 -
CMYK 0 0.50 0.91 0.15
HSL 26.83º 0.84% 0.46% -
HSV(B) 26.83º 0.91% 0.85% -
XYZ 34.39 25.68 3.76 -
YUV 130.74 64.94 190.24 -
System Red Green Blue C M Y K H S L
Decimal 218 108 19 0 0.50 0.91 0.15 26.83 0.84 0.46
Hex DA 6C 13 0 32 5B F 1B 54 2E
Octal 332 154 23 0 62 133 17 33 124 56
Binary 11011010 1101100 10011 0 110010 1011011 1111 11011 1010100 101110

Color Harmonies of #DA6C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6C13

Black with #DA6C13

Text Example


Text Example

White with #DA6C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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