Html Css Color HEX #DA5415 Chocolate

📋 copy color: '#DA5415'

red 218 ◦ green 84 ◦ blue 21

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

Shades of Chocolate #DA5415

Tints of Chocolate #DA5415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.01%

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

R = 67.49%
G = 26.01%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA5415 (or 0xDA5415) is known color: Chocolate. HEX triplet: DA, 54 and 15. RGB value is (218,84,21). Sum of RGB (Red+Green+Blue) = 218+84+21=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5415 is #25ABEA. Grayscale: #757575. Windows color (decimal): -2468843 or 1397978. OLE color: 1397978.

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

Color convert

RGB 218 84 21 -
CMYK 0 0.61 0.90 0.15
HSL 19.19º 0.82% 0.47% -
HSV(B) 19.19º 0.9% 0.85% -
XYZ 32.22 21.3 3.12 -
YUV 116.88 73.89 200.12 -
System Red Green Blue C M Y K H S L
Decimal 218 84 21 0 0.61 0.90 0.15 19.19 0.82 0.47
Hex DA 54 15 0 3D 5A F 13 52 2F
Octal 332 124 25 0 75 132 17 23 122 57
Binary 11011010 1010100 10101 0 111101 1011010 1111 10011 1010010 101111

Color Harmonies of #DA5415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5415

Black with #DA5415

Text Example


Text Example

White with #DA5415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5415; }

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

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

background-color css

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

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

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

border-color css

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

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

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