#d0681d

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

Shades of Chocolate #D0681D

Tints of Chocolate #D0681D

Color information

#D0681D (or 0xD0681D) is unknown color: approx Chocolate. HEX triplet: D0, 68 and 1D. RGB value is (208,104,29). Sum of RGB (Red+Green+Blue) = 208+104+29=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0681D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0681D is #2F97E2. Grayscale: #7E7E7E. Windows color (decimal): -3119075 or 1927376. OLE color: 1927376.

HSL color Cylindrical-coordinate representation of color #D0681D: hue angle of 25.14º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0681D is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB20810429-
CMYK00.50.860.18
HSL25.14º75.53%46.47%-
HSV(B)25.14º86.06%81.57%-
XYZ31.1823.44.04-
YUV126.5572.96186.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.00%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 29 (11.72% from 255) = 8.50%
R=61.00%
G=30.50%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081042900.50.860.1825.1475.5346.47
HexD0681D0325612194c2e
Octal32015035062126223111456
Binary110100001101000111010110010101011010010110011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0681d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0681d; }

 p { color: rgb(208,104,29); }

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

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

 a { background-color: rgb(208,104,29); }

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

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

 span { border-color: rgb(208,104,29); }

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