Html Css Color HEX #D7640C Chocolate

📋 copy color: '#D7640C'

red 215 ◦ green 100 ◦ blue 12

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

Shades of Chocolate #D7640C

Tints of Chocolate #D7640C

RGB

 RED value IS 215 (84.38% from 255) = 65.75%

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

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

R = 65.75%
G = 30.58%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7640C (or 0xD7640C) is known color: Chocolate. HEX triplet: D7, 64 and 0C. RGB value is (215,100,12). Sum of RGB (Red+Green+Blue) = 215+100+12=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D7640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7640C is #289BF3. Grayscale: #7C7C7C. Windows color (decimal): -2661364 or 812247. OLE color: 812247.

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

Color convert

RGB 215 100 12 -
CMYK 0 0.53 0.94 0.16
HSL 26.01º 0.89% 0.45% -
HSV(B) 26.01º 0.94% 0.84% -
XYZ 32.65 23.59 3.18 -
YUV 124.35 64.6 192.66 -
System Red Green Blue C M Y K H S L
Decimal 215 100 12 0 0.53 0.94 0.16 26.01 0.89 0.45
Hex D7 64 C 0 35 5E 10 1A 59 2D
Octal 327 144 14 0 65 136 20 32 131 55
Binary 11010111 1100100 1100 0 110101 1011110 10000 11010 1011001 101101

Color Harmonies of #D7640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7640C

Black with #D7640C

Text Example


Text Example

White with #D7640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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