Html Css Color HEX #DA6A16 Chocolate

📋 copy color: '#DA6A16'

red 218 ◦ green 106 ◦ blue 22

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

Shades of Chocolate #DA6A16

Tints of Chocolate #DA6A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.64%

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

R = 63.01%
G = 30.64%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA6A16 (or 0xDA6A16) is known color: Chocolate. HEX triplet: DA, 6A and 16. RGB value is (218,106,22). Sum of RGB (Red+Green+Blue) = 218+106+22=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6A16 is #2595E9. Grayscale: #828282. Windows color (decimal): -2463210 or 1469146. OLE color: 1469146.

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

Color convert

RGB 218 106 22 -
CMYK 0 0.51 0.90 0.15
HSL 25.71º 0.82% 0.47% -
HSV(B) 25.71º 0.9% 0.85% -
XYZ 34.21 25.27 3.83 -
YUV 129.91 67.11 190.83 -
System Red Green Blue C M Y K H S L
Decimal 218 106 22 0 0.51 0.90 0.15 25.71 0.82 0.47
Hex DA 6A 16 0 33 5A F 1A 52 2F
Octal 332 152 26 0 63 132 17 32 122 57
Binary 11011010 1101010 10110 0 110011 1011010 1111 11010 1010010 101111

Color Harmonies of #DA6A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6A16

Black with #DA6A16

Text Example


Text Example

White with #DA6A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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