Html Css Color HEX #D1640E Chocolate

📋 copy color: '#D1640E'

red 209 ◦ green 100 ◦ blue 14

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

Shades of Chocolate #D1640E

Tints of Chocolate #D1640E

RGB

 RED value IS 209 (82.03% from 255) = 64.71%

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

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

R = 64.71%
G = 30.96%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1640E (or 0xD1640E) is known color: Chocolate. HEX triplet: D1, 64 and 0E. RGB value is (209,100,14). Sum of RGB (Red+Green+Blue) = 209+100+14=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D1640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1640E is #2E9BF1. Grayscale: #7B7B7B. Windows color (decimal): -3054578 or 943313. OLE color: 943313.

HSL color Cylindrical-coordinate representation of color #D1640E: hue angle of 26.46º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1640E is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 100 14 -
CMYK 0 0.52 0.93 0.18
HSL 26.46º 0.87% 0.44% -
HSV(B) 26.46º 0.93% 0.82% -
XYZ 30.93 22.7 3.17 -
YUV 122.79 66.61 189.49 -
System Red Green Blue C M Y K H S L
Decimal 209 100 14 0 0.52 0.93 0.18 26.46 0.87 0.44
Hex D1 64 E 0 34 5D 12 1A 57 2C
Octal 321 144 16 0 64 135 22 32 127 54
Binary 11010001 1100100 1110 0 110100 1011101 10010 11010 1010111 101100

Color Harmonies of #D1640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1640E

Black with #D1640E

Text Example


Text Example

White with #D1640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1640E; }

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

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

background-color css

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

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

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

border-color css

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

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

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