Html Css Color HEX #DA5315 Chocolate

📋 copy color: '#DA5315'

red 218 ◦ green 83 ◦ blue 21

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

Shades of Chocolate #DA5315

Tints of Chocolate #DA5315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

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

R = 67.7%
G = 25.78%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA5315 (or 0xDA5315) is known color: Chocolate. HEX triplet: DA, 53 and 15. RGB value is (218,83,21). Sum of RGB (Red+Green+Blue) = 218+83+21=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5315 is #25ACEA. Grayscale: #747474. Windows color (decimal): -2469099 or 1397722. OLE color: 1397722.

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

Color convert

RGB 218 83 21 -
CMYK 0 0.62 0.90 0.15
HSL 18.88º 0.82% 0.47% -
HSV(B) 18.88º 0.9% 0.85% -
XYZ 32.14 21.15 3.1 -
YUV 116.3 74.23 200.54 -
System Red Green Blue C M Y K H S L
Decimal 218 83 21 0 0.62 0.90 0.15 18.88 0.82 0.47
Hex DA 53 15 0 3E 5A F 13 52 2F
Octal 332 123 25 0 76 132 17 23 122 57
Binary 11011010 1010011 10101 0 111110 1011010 1111 10011 1010010 101111

Color Harmonies of #DA5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5315

Black with #DA5315

Text Example


Text Example

White with #DA5315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5315; }

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

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

background-color css

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

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

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

border-color css

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

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

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