#D26C1F

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

Shades of Chocolate #D26C1F

Tints of Chocolate #D26C1F

Color information

#D26C1F (or 0xD26C1F) is unknown color: approx Chocolate. HEX triplet: D2, 6C and 1F. RGB value is (210,108,31). Sum of RGB (Red+Green+Blue) = 210+108+31=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26C1F is #2D93E0. Grayscale: #828282. Windows color (decimal): -2986977 or 2059474. OLE color: 2059474.

HSL color Cylindrical-coordinate representation of color #D26C1F: hue angle of 25.81º 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 #D26C1F is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB21010831-
CMYK00.490.850.18
HSL25.81º74.27%47.25%-
HSV(B)25.81º85.24%82.35%-
XYZ32.1924.534.33-
YUV129.7272.29185.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.17%
GREEN value IS 108 (42.58% from 255) = 30.95%
BLUE value IS 31 (12.5% from 255) = 8.88%
R=60.17%
G=30.95%
B=8.88%

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
Decimal2101083100.490.850.1825.8174.2747.25
HexD26C1F03155121a4a2f
Octal32215437061125223211257
Binary110100101101100111110110001101010110010110101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C1F; }

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

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

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

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

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

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

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

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