Shades of Dark Coral #D7533B
Tints of Dark Coral #D7533B
RGB
CMYK
RGB Variations
Color information
#D7533B (or 0xD7533B) is known color: Dark Coral. HEX triplet: D7, 53 and 3B. RGB value is (215,83,59). Sum of RGB (Red+Green+Blue) = 215+83+59=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D7533B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7533B is #28ACC4. Grayscale: #777777. Windows color (decimal): -2665669 or 3888087. OLE color: 3888087.
HSL color Cylindrical-coordinate representation of color #D7533B: hue angle of 9.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7533B is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 59 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.16 |
| HSL | 9.23º | 0.66% | 0.54% | - |
| HSV(B) | 9.23º | 0.73% | 0.84% | - |
| XYZ | 31.91 | 20.95 | 6.5 | - |
| YUV | 119.73 | 93.73 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 59 | 0 | 0.61 | 0.73 | 0.16 | 9.23 | 0.66 | 0.54 |
| Hex | D7 | 53 | 3B | 0 | 3D | 49 | 10 | 9 | 42 | 36 |
| Octal | 327 | 123 | 73 | 0 | 75 | 111 | 20 | 11 | 102 | 66 |
| Binary | 11010111 | 1010011 | 111011 | 0 | 111101 | 1001001 | 10000 | 1001 | 1000010 | 110110 |
Color Harmonies of #D7533B
Complementary color
Monochromatic Colors of #D7533B
Black with #D7533B
Text Example
Text Example
White with #D7533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7533B; }
p { color: rgb(215,83,59); }
H1.HeaderClassName
{
color: #D7533B;
}
.AnyTagClassName
{
color: #D7533B;
}
</style>
background-color css
<style>
a { background-color: #D7533B; }
a { background-color: rgb(215,83,59); }
div.DivClassName
{
background-color: #D7533B;
}
.BgClassName
{
background-color: #D7533B;
}
</style>
border-color css
<style>
span { border-color: #D7533B; }
span { border-color: rgb(215,83,59); }
td.TdClassName
{
border-color: #D7533B;
}
.TagClassName
{
border-color: #D7533B;
}
</style>