Html Css Color HEX #DC660C Chocolate

📋 copy color: '#DC660C'

red 220 ◦ green 102 ◦ blue 12

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

Shades of Chocolate #DC660C

Tints of Chocolate #DC660C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

 BLUE value IS 12 (5.08% from 255) = 3.59%

R = 65.87%
G = 30.54%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC660C (or 0xDC660C) is known color: Chocolate. HEX triplet: DC, 66 and 0C. RGB value is (220,102,12). Sum of RGB (Red+Green+Blue) = 220+102+12=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC660C is #2399F3. Grayscale: #7F7F7F. Windows color (decimal): -2333172 or 812764. OLE color: 812764.

HSL color Cylindrical-coordinate representation of color #DC660C: hue angle of 25.96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC660C is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 102 12 -
CMYK 0 0.54 0.95 0.14
HSL 25.96º 0.9% 0.45% -
HSV(B) 25.96º 0.95% 0.86% -
XYZ 34.33 24.74 3.31 -
YUV 127.02 63.09 194.32 -
System Red Green Blue C M Y K H S L
Decimal 220 102 12 0 0.54 0.95 0.14 25.96 0.9 0.45
Hex DC 66 C 0 36 5F E 1A 5A 2D
Octal 334 146 14 0 66 137 16 32 132 55
Binary 11011100 1100110 1100 0 110110 1011111 1110 11010 1011010 101101

Color Harmonies of #DC660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC660C

Black with #DC660C

Text Example


Text Example

White with #DC660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC660C; }

 p { color: rgb(220,102,12); }

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

background-color css

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

 a { background-color: rgb(220,102,12); }

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

border-color css

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

 span { border-color: rgb(220,102,12); }

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