Html Css Color HEX #DA7115 Chocolate

📋 copy color: '#DA7115'

red 218 ◦ green 113 ◦ blue 21

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

Shades of Chocolate #DA7115

Tints of Chocolate #DA7115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.1%

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

R = 61.93%
G = 32.1%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA7115 (or 0xDA7115) is known color: Chocolate. HEX triplet: DA, 71 and 15. RGB value is (218,113,21). Sum of RGB (Red+Green+Blue) = 218+113+21=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7115 is #258EEA. Grayscale: #868686. Windows color (decimal): -2461419 or 1405402. OLE color: 1405402.

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

Color convert

RGB 218 113 21 -
CMYK 0 0.48 0.90 0.15
HSL 28.02º 0.82% 0.47% -
HSV(B) 28.02º 0.9% 0.85% -
XYZ 34.95 26.77 4.03 -
YUV 133.91 64.29 187.98 -
System Red Green Blue C M Y K H S L
Decimal 218 113 21 0 0.48 0.90 0.15 28.02 0.82 0.47
Hex DA 71 15 0 30 5A F 1C 52 2F
Octal 332 161 25 0 60 132 17 34 122 57
Binary 11011010 1110001 10101 0 110000 1011010 1111 11100 1010010 101111

Color Harmonies of #DA7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7115

Black with #DA7115

Text Example


Text Example

White with #DA7115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7115; }

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

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

background-color css

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

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

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

border-color css

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

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

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