#D26B1E

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

Shades of Chocolate #D26B1E

Tints of Chocolate #D26B1E

Color information

#D26B1E (or 0xD26B1E) is unknown color: approx Chocolate. HEX triplet: D2, 6B and 1E. RGB value is (210,107,30). Sum of RGB (Red+Green+Blue) = 210+107+30=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26B1E is #2D94E1. Grayscale: #818181. Windows color (decimal): -2987234 or 1993682. OLE color: 1993682.

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

Color convert

RGB21010730-
CMYK00.490.860.18
HSL25.67º75%47.06%-
HSV(B)25.67º85.71%82.35%-
XYZ32.0724.314.23-
YUV129.0272.12185.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.52%
GREEN value IS 107 (42.19% from 255) = 30.84%
BLUE value IS 30 (12.11% from 255) = 8.65%
R=60.52%
G=30.84%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101073000.490.860.1825.677547.06
HexD26B1E03156121a4b2f
Octal32215336061126223211357
Binary110100101101011111100110001101011010010110101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26B1E; }

 p { color: rgb(210,107,30); }

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

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

 a { background-color: rgb(210,107,30); }

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

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

 span { border-color: rgb(210,107,30); }

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