#D26524

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

Shades of Chocolate #D26524

Tints of Chocolate #D26524

Color information

#D26524 (or 0xD26524) is unknown color: approx Chocolate. HEX triplet: D2, 65 and 24. RGB value is (210,101,36). Sum of RGB (Red+Green+Blue) = 210+101+36=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D26524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26524 is #2D9ADB. Grayscale: #7E7E7E. Windows color (decimal): -2988764 or 2385362. OLE color: 2385362.

HSL color Cylindrical-coordinate representation of color #D26524: hue angle of 22.41º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D26524 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB21010136-
CMYK00.520.830.18
HSL22.41º70.73%48.24%-
HSV(B)22.41º82.86%82.35%-
XYZ31.5523.144.47-
YUV126.1877.11187.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.52%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 36 (14.45% from 255) = 10.37%
R=60.52%
G=29.11%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101013600.520.830.1822.4170.7348.24
HexD265240345312164730
Octal32214544064123222610760
Binary1101001011001011001000110100101001110010101101000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26524; }

 p { color: rgb(210,101,36); }

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

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

 a { background-color: rgb(210,101,36); }

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

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

 span { border-color: rgb(210,101,36); }

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