Html Css Color HEX #DA7114 Chocolate

📋 copy color: '#DA7114'

red 218 ◦ green 113 ◦ blue 20

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

Shades of Chocolate #DA7114

Tints of Chocolate #DA7114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.7%

R = 62.11%
G = 32.19%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA7114 (or 0xDA7114) is known color: Chocolate. HEX triplet: DA, 71 and 14. RGB value is (218,113,20). Sum of RGB (Red+Green+Blue) = 218+113+20=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7114 is #258EEB. Grayscale: #868686. Windows color (decimal): -2461420 or 1339866. OLE color: 1339866.

HSL color Cylindrical-coordinate representation of color #DA7114: hue angle of 28.18º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA7114 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 113 20 -
CMYK 0 0.48 0.91 0.15
HSL 28.18º 0.83% 0.47% -
HSV(B) 28.18º 0.91% 0.85% -
XYZ 34.94 26.77 3.99 -
YUV 133.79 63.79 188.06 -
System Red Green Blue C M Y K H S L
Decimal 218 113 20 0 0.48 0.91 0.15 28.18 0.83 0.47
Hex DA 71 14 0 30 5B F 1C 53 2F
Octal 332 161 24 0 60 133 17 34 123 57
Binary 11011010 1110001 10100 0 110000 1011011 1111 11100 1010011 101111

Color Harmonies of #DA7114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7114

Black with #DA7114

Text Example


Text Example

White with #DA7114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7114; }

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

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

background-color css

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

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

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

border-color css

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

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

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