#D6581D

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

Shades of Chocolate #D6581D

Tints of Chocolate #D6581D

Color information

#D6581D (or 0xD6581D) is unknown color: approx Chocolate. HEX triplet: D6, 58 and 1D. RGB value is (214,88,29). Sum of RGB (Red+Green+Blue) = 214+88+29=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D6581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6581D is #29A7E2. Grayscale: #777777. Windows color (decimal): -2729955 or 1923286. OLE color: 1923286.

HSL color Cylindrical-coordinate representation of color #D6581D: hue angle of 19.14º degrees, saturation: 0.76, 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 #D6581D is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB2148829-
CMYK00.590.860.16
HSL19.14º76.13%47.65%-
HSV(B)19.14º86.45%83.92%-
XYZ31.4421.363.63-
YUV118.9577.24195.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 64.65%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 29 (11.72% from 255) = 8.76%
R=64.65%
G=26.59%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214882900.590.860.1619.1476.1347.65
HexD6581D03B5610134c30
Octal32613035073126202311460
Binary110101101011000111010111011101011010000100111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6581D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6581D; }

 p { color: rgb(214,88,29); }

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

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

 a { background-color: rgb(214,88,29); }

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

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

 span { border-color: rgb(214,88,29); }

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