Html Css Color HEX #DA6413 Chocolate

📋 copy color: '#DA6413'

red 218 ◦ green 100 ◦ blue 19

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

Shades of Chocolate #DA6413

Tints of Chocolate #DA6413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

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

R = 64.69%
G = 29.67%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA6413 (or 0xDA6413) is known color: Chocolate. HEX triplet: DA, 64 and 13. RGB value is (218,100,19). Sum of RGB (Red+Green+Blue) = 218+100+19=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6413 is #259BEC. Grayscale: #7E7E7E. Windows color (decimal): -2464749 or 1271002. OLE color: 1271002.

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

Color convert

RGB 218 100 19 -
CMYK 0 0.54 0.91 0.15
HSL 24.42º 0.84% 0.46% -
HSV(B) 24.42º 0.91% 0.85% -
XYZ 33.59 24.07 3.49 -
YUV 126.05 67.59 193.59 -
System Red Green Blue C M Y K H S L
Decimal 218 100 19 0 0.54 0.91 0.15 24.42 0.84 0.46
Hex DA 64 13 0 36 5B F 18 54 2E
Octal 332 144 23 0 66 133 17 30 124 56
Binary 11011010 1100100 10011 0 110110 1011011 1111 11000 1010100 101110

Color Harmonies of #DA6413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6413

Black with #DA6413

Text Example


Text Example

White with #DA6413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6413; }

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

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

background-color css

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

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

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

border-color css

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

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

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