#d56612

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

Shades of Chocolate #D56612

Tints of Chocolate #D56612

Color information

#D56612 (or 0xD56612) is unknown color: approx Chocolate. HEX triplet: D5, 66 and 12. RGB value is (213,102,18). Sum of RGB (Red+Green+Blue) = 213+102+18=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D56612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56612 is #2A99ED. Grayscale: #7E7E7E. Windows color (decimal): -2791918 or 1205973. OLE color: 1205973.

HSL color Cylindrical-coordinate representation of color #D56612: hue angle of 25.85º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D56612 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB21310218-
CMYK00.520.920.16
HSL25.85º84.42%45.29%-
HSV(B)25.85º91.55%83.53%-
XYZ32.323.693.44-
YUV125.6167.27190.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.96%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 18 (7.42% from 255) = 5.41%
R=63.96%
G=30.63%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131021800.520.920.1625.8584.4245.29
HexD566120345C101a542d
Octal32514622064134203212455
Binary110101011100110100100110100101110010000110101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d56612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d56612; }

 p { color: rgb(213,102,18); }

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

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

 a { background-color: rgb(213,102,18); }

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

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

 span { border-color: rgb(213,102,18); }

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