#D16423

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

Shades of Chocolate #D16423

Tints of Chocolate #D16423

Color information

#D16423 (or 0xD16423) is unknown color: approx Chocolate. HEX triplet: D1, 64 and 23. RGB value is (209,100,35). Sum of RGB (Red+Green+Blue) = 209+100+35=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D16423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16423 is #2E9BDC. Grayscale: #7D7D7D. Windows color (decimal): -3054557 or 2319569. OLE color: 2319569.

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

Color convert

RGB20910035-
CMYK00.520.830.18
HSL22.41º71.31%47.84%-
HSV(B)22.41º83.25%81.96%-
XYZ31.1622.794.35-
YUV125.1877.11187.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.76%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 35 (14.06% from 255) = 10.17%
R=60.76%
G=29.07%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091003500.520.830.1822.4171.3147.84
HexD164230345312164730
Octal32114443064123222610760
Binary1101000111001001000110110100101001110010101101000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16423; }

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

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

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

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

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

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

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

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