Html Css Color HEX #DA5E11 Chocolate

📋 copy color: '#DA5E11'

red 218 ◦ green 94 ◦ blue 17

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

Shades of Chocolate #DA5E11

Tints of Chocolate #DA5E11

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.57%

 BLUE value IS 17 (7.03% from 255) = 5.17%

R = 66.26%
G = 28.57%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA5E11 (or 0xDA5E11) is known color: Chocolate. HEX triplet: DA, 5E and 11. RGB value is (218,94,17). Sum of RGB (Red+Green+Blue) = 218+94+17=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5E11 is #25A1EE. Grayscale: #7A7A7A. Windows color (decimal): -2466287 or 1138394. OLE color: 1138394.

HSL color Cylindrical-coordinate representation of color #DA5E11: hue angle of 22.99º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA5E11 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 94 17 -
CMYK 0 0.57 0.92 0.15
HSL 22.99º 0.86% 0.46% -
HSV(B) 22.99º 0.92% 0.85% -
XYZ 33.02 22.95 3.22 -
YUV 122.3 68.58 196.26 -
System Red Green Blue C M Y K H S L
Decimal 218 94 17 0 0.57 0.92 0.15 22.99 0.86 0.46
Hex DA 5E 11 0 39 5C F 17 56 2E
Octal 332 136 21 0 71 134 17 27 126 56
Binary 11011010 1011110 10001 0 111001 1011100 1111 10111 1010110 101110

Color Harmonies of #DA5E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E11

Black with #DA5E11

Text Example


Text Example

White with #DA5E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E11; }

 p { color: rgb(218,94,17); }

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

background-color css

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

 a { background-color: rgb(218,94,17); }

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

border-color css

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

 span { border-color: rgb(218,94,17); }

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