#D26B1F

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

Shades of Chocolate #D26B1F

Tints of Chocolate #D26B1F

Color information

#D26B1F (or 0xD26B1F) is unknown color: approx Chocolate. HEX triplet: D2, 6B and 1F. RGB value is (210,107,31). Sum of RGB (Red+Green+Blue) = 210+107+31=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26B1F is #2D94E0. Grayscale: #818181. Windows color (decimal): -2987233 or 2059218. OLE color: 2059218.

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

Color convert

RGB21010731-
CMYK00.490.850.18
HSL25.47º74.27%47.25%-
HSV(B)25.47º85.24%82.35%-
XYZ32.0824.324.3-
YUV129.1372.62185.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.34%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 31 (12.5% from 255) = 8.91%
R=60.34%
G=30.75%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101073100.490.850.1825.4774.2747.25
HexD26B1F0315512194a2f
Octal32215337061125223111257
Binary110100101101011111110110001101010110010110011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26B1F; }

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

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

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

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

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

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

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

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