Html Css Color HEX #DA6A15 Chocolate

📋 copy color: '#DA6A15'

red 218 ◦ green 106 ◦ blue 21

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

Shades of Chocolate #DA6A15

Tints of Chocolate #DA6A15

RGB

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

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

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

R = 63.19%
G = 30.72%
B = 6.09%

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

#DA6A15 (or 0xDA6A15) is known color: Chocolate. HEX triplet: DA, 6A and 15. RGB value is (218,106,21). Sum of RGB (Red+Green+Blue) = 218+106+21=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6A15 is #2595EA. Grayscale: #828282. Windows color (decimal): -2463211 or 1403610. OLE color: 1403610.

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

Color convert

RGB 218 106 21 -
CMYK 0 0.51 0.90 0.15
HSL 25.89º 0.82% 0.47% -
HSV(B) 25.89º 0.9% 0.85% -
XYZ 34.2 25.27 3.78 -
YUV 129.8 66.61 190.91 -
System Red Green Blue C M Y K H S L
Decimal 218 106 21 0 0.51 0.90 0.15 25.89 0.82 0.47
Hex DA 6A 15 0 33 5A F 1A 52 2F
Octal 332 152 25 0 63 132 17 32 122 57
Binary 11011010 1101010 10101 0 110011 1011010 1111 11010 1010010 101111

Color Harmonies of #DA6A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6A15

Black with #DA6A15

Text Example


Text Example

White with #DA6A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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