Html Css Color HEX #DA6C16 Chocolate

📋 copy color: '#DA6C16'

red 218 ◦ green 108 ◦ blue 22

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

Shades of Chocolate #DA6C16

Tints of Chocolate #DA6C16

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

 BLUE value IS 22 (8.98% from 255) = 6.32%

R = 62.64%
G = 31.03%
B = 6.32%

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

#DA6C16 (or 0xDA6C16) is known color: Chocolate. HEX triplet: DA, 6C and 16. RGB value is (218,108,22). Sum of RGB (Red+Green+Blue) = 218+108+22=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6C16 is #2593E9. Grayscale: #838383. Windows color (decimal): -2462698 or 1469658. OLE color: 1469658.

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

Color convert

RGB 218 108 22 -
CMYK 0 0.50 0.90 0.15
HSL 26.33º 0.82% 0.47% -
HSV(B) 26.33º 0.9% 0.85% -
XYZ 34.42 25.69 3.9 -
YUV 131.09 66.44 189.99 -
System Red Green Blue C M Y K H S L
Decimal 218 108 22 0 0.50 0.90 0.15 26.33 0.82 0.47
Hex DA 6C 16 0 32 5A F 1A 52 2F
Octal 332 154 26 0 62 132 17 32 122 57
Binary 11011010 1101100 10110 0 110010 1011010 1111 11010 1010010 101111

Color Harmonies of #DA6C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6C16

Black with #DA6C16

Text Example


Text Example

White with #DA6C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6C16; }

 p { color: rgb(218,108,22); }

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

background-color css

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

 a { background-color: rgb(218,108,22); }

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

border-color css

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

 span { border-color: rgb(218,108,22); }

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