Html Css Color HEX #DA5D15 Chocolate

📋 copy color: '#DA5D15'

red 218 ◦ green 93 ◦ blue 21

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

Shades of Chocolate #DA5D15

Tints of Chocolate #DA5D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.01%

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

R = 65.66%
G = 28.01%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA5D15 (or 0xDA5D15) is known color: Chocolate. HEX triplet: DA, 5D and 15. RGB value is (218,93,21). Sum of RGB (Red+Green+Blue) = 218+93+21=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5D15 is #25A2EA. Grayscale: #7A7A7A. Windows color (decimal): -2466539 or 1400282. OLE color: 1400282.

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

Color convert

RGB 218 93 21 -
CMYK 0 0.57 0.90 0.15
HSL 21.93º 0.82% 0.47% -
HSV(B) 21.93º 0.9% 0.85% -
XYZ 32.96 22.79 3.37 -
YUV 122.17 70.91 196.35 -
System Red Green Blue C M Y K H S L
Decimal 218 93 21 0 0.57 0.90 0.15 21.93 0.82 0.47
Hex DA 5D 15 0 39 5A F 16 52 2F
Octal 332 135 25 0 71 132 17 26 122 57
Binary 11011010 1011101 10101 0 111001 1011010 1111 10110 1010010 101111

Color Harmonies of #DA5D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D15

Black with #DA5D15

Text Example


Text Example

White with #DA5D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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