Html Css Color HEX #D4640C Chocolate

📋 copy color: '#D4640C'

red 212 ◦ green 100 ◦ blue 12

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

Shades of Chocolate #D4640C

Tints of Chocolate #D4640C

RGB

 RED value IS 212 (83.2% from 255) = 65.43%

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

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

R = 65.43%
G = 30.86%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4640C (or 0xD4640C) is known color: Chocolate. HEX triplet: D4, 64 and 0C. RGB value is (212,100,12). Sum of RGB (Red+Green+Blue) = 212+100+12=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D4640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4640C is #2B9BF3. Grayscale: #7B7B7B. Windows color (decimal): -2857972 or 812244. OLE color: 812244.

HSL color Cylindrical-coordinate representation of color #D4640C: hue angle of 26.4º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4640C is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 100 12 -
CMYK 0 0.53 0.94 0.17
HSL 26.4º 0.89% 0.44% -
HSV(B) 26.4º 0.94% 0.83% -
XYZ 31.77 23.14 3.14 -
YUV 123.46 65.11 191.16 -
System Red Green Blue C M Y K H S L
Decimal 212 100 12 0 0.53 0.94 0.17 26.4 0.89 0.44
Hex D4 64 C 0 35 5E 11 1A 59 2C
Octal 324 144 14 0 65 136 21 32 131 54
Binary 11010100 1100100 1100 0 110101 1011110 10001 11010 1011001 101100

Color Harmonies of #D4640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4640C

Black with #D4640C

Text Example


Text Example

White with #D4640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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