Html Css Color HEX #DA6115 Chocolate

📋 copy color: '#DA6115'

red 218 ◦ green 97 ◦ blue 21

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

Shades of Chocolate #DA6115

Tints of Chocolate #DA6115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.87%

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

R = 64.88%
G = 28.87%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA6115 (or 0xDA6115) is known color: Chocolate. HEX triplet: DA, 61 and 15. RGB value is (218,97,21). Sum of RGB (Red+Green+Blue) = 218+97+21=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6115 is #259EEA. Grayscale: #7C7C7C. Windows color (decimal): -2465515 or 1401306. OLE color: 1401306.

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

Color convert

RGB 218 97 21 -
CMYK 0 0.56 0.90 0.15
HSL 23.15º 0.82% 0.47% -
HSV(B) 23.15º 0.9% 0.85% -
XYZ 33.32 23.51 3.49 -
YUV 124.52 69.59 194.68 -
System Red Green Blue C M Y K H S L
Decimal 218 97 21 0 0.56 0.90 0.15 23.15 0.82 0.47
Hex DA 61 15 0 38 5A F 17 52 2F
Octal 332 141 25 0 70 132 17 27 122 57
Binary 11011010 1100001 10101 0 111000 1011010 1111 10111 1010010 101111

Color Harmonies of #DA6115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6115

Black with #DA6115

Text Example


Text Example

White with #DA6115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6115; }

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

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

background-color css

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

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

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

border-color css

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

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

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