Html Css Color HEX #D3640E Chocolate

📋 copy color: '#D3640E'

red 211 ◦ green 100 ◦ blue 14

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

Shades of Chocolate #D3640E

Tints of Chocolate #D3640E

RGB

 RED value IS 211 (82.81% from 255) = 64.92%

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

 BLUE value IS 14 (5.86% from 255) = 4.31%

R = 64.92%
G = 30.77%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D3640E (or 0xD3640E) is known color: Chocolate. HEX triplet: D3, 64 and 0E. RGB value is (211,100,14). Sum of RGB (Red+Green+Blue) = 211+100+14=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D3640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3640E is #2C9BF1. Grayscale: #7B7B7B. Windows color (decimal): -2923506 or 943315. OLE color: 943315.

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

Color convert

RGB 211 100 14 -
CMYK 0 0.53 0.93 0.17
HSL 26.19º 0.88% 0.44% -
HSV(B) 26.19º 0.93% 0.83% -
XYZ 31.5 22.99 3.19 -
YUV 123.39 66.27 190.49 -
System Red Green Blue C M Y K H S L
Decimal 211 100 14 0 0.53 0.93 0.17 26.19 0.88 0.44
Hex D3 64 E 0 35 5D 11 1A 58 2C
Octal 323 144 16 0 65 135 21 32 130 54
Binary 11010011 1100100 1110 0 110101 1011101 10001 11010 1011000 101100

Color Harmonies of #D3640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3640E

Black with #D3640E

Text Example


Text Example

White with #D3640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3640E; }

 p { color: rgb(211,100,14); }

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

background-color css

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

 a { background-color: rgb(211,100,14); }

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

border-color css

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

 span { border-color: rgb(211,100,14); }

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