Html Css Color HEX #DA6415 Chocolate

📋 copy color: '#DA6415'

red 218 ◦ green 100 ◦ blue 21

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

Shades of Chocolate #DA6415

Tints of Chocolate #DA6415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.19%

R = 64.31%
G = 29.5%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA6415 (or 0xDA6415) is known color: Chocolate. HEX triplet: DA, 64 and 15. RGB value is (218,100,21). Sum of RGB (Red+Green+Blue) = 218+100+21=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6415 is #259BEA. Grayscale: #7E7E7E. Windows color (decimal): -2464747 or 1402074. OLE color: 1402074.

HSL color Cylindrical-coordinate representation of color #DA6415: hue angle of 24.06º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA6415 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 100 21 -
CMYK 0 0.54 0.90 0.15
HSL 24.06º 0.82% 0.47% -
HSV(B) 24.06º 0.9% 0.85% -
XYZ 33.61 24.07 3.58 -
YUV 126.28 68.59 193.42 -
System Red Green Blue C M Y K H S L
Decimal 218 100 21 0 0.54 0.90 0.15 24.06 0.82 0.47
Hex DA 64 15 0 36 5A F 18 52 2F
Octal 332 144 25 0 66 132 17 30 122 57
Binary 11011010 1100100 10101 0 110110 1011010 1111 11000 1010010 101111

Color Harmonies of #DA6415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6415

Black with #DA6415

Text Example


Text Example

White with #DA6415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6415; }

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

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

background-color css

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

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

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

border-color css

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

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

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