Html Css Color HEX #DC640C Chocolate

📋 copy color: '#DC640C'

red 220 ◦ green 100 ◦ blue 12

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

Shades of Chocolate #DC640C

Tints of Chocolate #DC640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.12%

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

R = 66.27%
G = 30.12%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC640C (or 0xDC640C) is known color: Chocolate. HEX triplet: DC, 64 and 0C. RGB value is (220,100,12). Sum of RGB (Red+Green+Blue) = 220+100+12=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC640C is #239BF3. Grayscale: #7E7E7E. Windows color (decimal): -2333684 or 812252. OLE color: 812252.

HSL color Cylindrical-coordinate representation of color #DC640C: hue angle of 25.38º 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 #DC640C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 100 12 -
CMYK 0 0.55 0.95 0.14
HSL 25.38º 0.9% 0.45% -
HSV(B) 25.38º 0.95% 0.86% -
XYZ 34.14 24.36 3.25 -
YUV 125.85 63.76 195.16 -
System Red Green Blue C M Y K H S L
Decimal 220 100 12 0 0.55 0.95 0.14 25.38 0.9 0.45
Hex DC 64 C 0 37 5F E 19 5A 2D
Octal 334 144 14 0 67 137 16 31 132 55
Binary 11011100 1100100 1100 0 110111 1011111 1110 11001 1011010 101101

Color Harmonies of #DC640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC640C

Black with #DC640C

Text Example


Text Example

White with #DC640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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