Html Css Color HEX #DA6E15 Chocolate

📋 copy color: '#DA6E15'

red 218 ◦ green 110 ◦ blue 21

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

Shades of Chocolate #DA6E15

Tints of Chocolate #DA6E15

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.52%

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

R = 62.46%
G = 31.52%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA6E15 (or 0xDA6E15) is known color: Chocolate. HEX triplet: DA, 6E and 15. RGB value is (218,110,21). Sum of RGB (Red+Green+Blue) = 218+110+21=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6E15 is #2591EA. Grayscale: #848484. Windows color (decimal): -2462187 or 1404634. OLE color: 1404634.

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

Color convert

RGB 218 110 21 -
CMYK 0 0.50 0.90 0.15
HSL 27.11º 0.82% 0.47% -
HSV(B) 27.11º 0.9% 0.85% -
XYZ 34.62 26.11 3.92 -
YUV 132.15 65.28 189.24 -
System Red Green Blue C M Y K H S L
Decimal 218 110 21 0 0.50 0.90 0.15 27.11 0.82 0.47
Hex DA 6E 15 0 32 5A F 1B 52 2F
Octal 332 156 25 0 62 132 17 33 122 57
Binary 11011010 1101110 10101 0 110010 1011010 1111 11011 1010010 101111

Color Harmonies of #DA6E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E15

Black with #DA6E15

Text Example


Text Example

White with #DA6E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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