Shades of Chocolate #D25F23
Tints of Chocolate #D25F23
RGB
CMYK
RGB Variations
Color information
#D25F23 (or 0xD25F23) is known color: Chocolate. HEX triplet: D2, 5F and 23. RGB value is (210,95,35). Sum of RGB (Red+Green+Blue) = 210+95+35=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25F23 is #2DA0DC. Grayscale: #7A7A7A. Windows color (decimal): -2990301 or 2318290. OLE color: 2318290.
HSL color Cylindrical-coordinate representation of color #D25F23: hue angle of 20.57º 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 #D25F23 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 35 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.18 |
| HSL | 20.57º | 0.71% | 0.48% | - |
| HSV(B) | 20.57º | 0.83% | 0.82% | - |
| XYZ | 30.97 | 22.01 | 4.21 | - |
| YUV | 122.55 | 78.6 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 35 | 0 | 0.55 | 0.83 | 0.18 | 20.57 | 0.71 | 0.48 |
| Hex | D2 | 5F | 23 | 0 | 37 | 53 | 12 | 15 | 47 | 30 |
| Octal | 322 | 137 | 43 | 0 | 67 | 123 | 22 | 25 | 107 | 60 |
| Binary | 11010010 | 1011111 | 100011 | 0 | 110111 | 1010011 | 10010 | 10101 | 1000111 | 110000 |
Color Harmonies of #D25F23
Complementary color
Monochromatic Colors of #D25F23
Black with #D25F23
Text Example
Text Example
White with #D25F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F23; }
p { color: rgb(210,95,35); }
H1.HeaderClassName
{
color: #D25F23;
}
.AnyTagClassName
{
color: #D25F23;
}
</style>
background-color css
<style>
a { background-color: #D25F23; }
a { background-color: rgb(210,95,35); }
div.DivClassName
{
background-color: #D25F23;
}
.BgClassName
{
background-color: #D25F23;
}
</style>
border-color css
<style>
span { border-color: #D25F23; }
span { border-color: rgb(210,95,35); }
td.TdClassName
{
border-color: #D25F23;
}
.TagClassName
{
border-color: #D25F23;
}
</style>