Html Css Color HEX #DA6E14 Chocolate

📋 copy color: '#DA6E14'

red 218 ◦ green 110 ◦ blue 20

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

Shades of Chocolate #DA6E14

Tints of Chocolate #DA6E14

RGB

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

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

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

R = 62.64%
G = 31.61%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA6E14 (or 0xDA6E14) is known color: Chocolate. HEX triplet: DA, 6E and 14. RGB value is (218,110,20). Sum of RGB (Red+Green+Blue) = 218+110+20=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6E14 is #2591EB. Grayscale: #848484. Windows color (decimal): -2462188 or 1339098. OLE color: 1339098.

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

Color convert

RGB 218 110 20 -
CMYK 0 0.50 0.91 0.15
HSL 27.27º 0.83% 0.47% -
HSV(B) 27.27º 0.91% 0.85% -
XYZ 34.62 26.11 3.88 -
YUV 132.03 64.78 189.32 -
System Red Green Blue C M Y K H S L
Decimal 218 110 20 0 0.50 0.91 0.15 27.27 0.83 0.47
Hex DA 6E 14 0 32 5B F 1B 53 2F
Octal 332 156 24 0 62 133 17 33 123 57
Binary 11011010 1101110 10100 0 110010 1011011 1111 11011 1010011 101111

Color Harmonies of #DA6E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E14

Black with #DA6E14

Text Example


Text Example

White with #DA6E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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