#D6721E

Color #D6721E Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D6721E

Tints of Chocolate #D6721E

Color information

#D6721E (or 0xD6721E) is unknown color: approx Chocolate. HEX triplet: D6, 72 and 1E. RGB value is (214,114,30). Sum of RGB (Red+Green+Blue) = 214+114+30=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6721E is #298DE1. Grayscale: #868686. Windows color (decimal): -2723298 or 1995478. OLE color: 1995478.

HSL color Cylindrical-coordinate representation of color #D6721E: hue angle of 27.39º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6721E is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB21411430-
CMYK00.470.860.16
HSL27.39º75.41%47.84%-
HSV(B)27.39º85.98%83.92%-
XYZ33.9826.424.54-
YUV134.3269.13184.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.78%
GREEN value IS 114 (44.92% from 255) = 31.84%
BLUE value IS 30 (12.11% from 255) = 8.38%
R=59.78%
G=31.84%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141143000.470.860.1627.3975.4147.84
HexD6721E02F56101b4b30
Octal32616236057126203311360
Binary110101101110010111100101111101011010000110111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6721E; }

 p { color: rgb(214,114,30); }

 H1.HeaderClassName
 {
   color: #D6721E;
 }
 .AnyTagClassName
 {
   color: #D6721E;
 }
</style>
background-color css

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

 a { background-color: rgb(214,114,30); }

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

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

 span { border-color: rgb(214,114,30); }

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