Html Css Color HEX #DA6013 Chocolate

📋 copy color: '#DA6013'

red 218 ◦ green 96 ◦ blue 19

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

Shades of Chocolate #DA6013

Tints of Chocolate #DA6013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.83%

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

R = 65.47%
G = 28.83%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA6013 (or 0xDA6013) is known color: Chocolate. HEX triplet: DA, 60 and 13. RGB value is (218,96,19). Sum of RGB (Red+Green+Blue) = 218+96+19=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6013 is #259FEC. Grayscale: #7C7C7C. Windows color (decimal): -2465773 or 1269978. OLE color: 1269978.

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

Color convert

RGB 218 96 19 -
CMYK 0 0.56 0.91 0.15
HSL 23.22º 0.84% 0.46% -
HSV(B) 23.22º 0.91% 0.85% -
XYZ 33.21 23.32 3.37 -
YUV 123.7 68.92 195.26 -
System Red Green Blue C M Y K H S L
Decimal 218 96 19 0 0.56 0.91 0.15 23.22 0.84 0.46
Hex DA 60 13 0 38 5B F 17 54 2E
Octal 332 140 23 0 70 133 17 27 124 56
Binary 11011010 1100000 10011 0 111000 1011011 1111 10111 1010100 101110

Color Harmonies of #DA6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6013

Black with #DA6013

Text Example


Text Example

White with #DA6013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6013; }

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

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

background-color css

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

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

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

border-color css

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

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

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