Html Css Color HEX #DC6A15 Chocolate

📋 copy color: '#DC6A15'

red 220 ◦ green 106 ◦ blue 21

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

Shades of Chocolate #DC6A15

Tints of Chocolate #DC6A15

RGB

 RED value IS 220 (86.33% from 255) = 63.4%

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

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

R = 63.4%
G = 30.55%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC6A15 (or 0xDC6A15) is known color: Chocolate. HEX triplet: DC, 6A and 15. RGB value is (220,106,21). Sum of RGB (Red+Green+Blue) = 220+106+21=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6A15 is #2395EA. Grayscale: #828282. Windows color (decimal): -2332139 or 1403612. OLE color: 1403612.

HSL color Cylindrical-coordinate representation of color #DC6A15: hue angle of 25.63º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC6A15 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 106 21 -
CMYK 0 0.52 0.90 0.14
HSL 25.63º 0.83% 0.47% -
HSV(B) 25.63º 0.9% 0.86% -
XYZ 34.8 25.58 3.81 -
YUV 130.4 66.27 191.91 -
System Red Green Blue C M Y K H S L
Decimal 220 106 21 0 0.52 0.90 0.14 25.63 0.83 0.47
Hex DC 6A 15 0 34 5A E 1A 53 2F
Octal 334 152 25 0 64 132 16 32 123 57
Binary 11011100 1101010 10101 0 110100 1011010 1110 11010 1010011 101111

Color Harmonies of #DC6A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A15

Black with #DC6A15

Text Example


Text Example

White with #DC6A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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