Shades of Burning Sand #D07F67
Tints of Burning Sand #D07F67
RGB
CMYK
RGB Variations
Color information
#D07F67 (or 0xD07F67) is known color: Burning Sand. HEX triplet: D0, 7F and 67. RGB value is (208,127,103). Sum of RGB (Red+Green+Blue) = 208+127+103=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F67 is #2F8098. Grayscale: #949494. Windows color (decimal): -3113113 or 6782928. OLE color: 6782928.
HSL color Cylindrical-coordinate representation of color #D07F67: hue angle of 13.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D07F67 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 103 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.18 |
| HSL | 13.71º | 0.53% | 0.61% | - |
| HSV(B) | 13.71º | 0.5% | 0.82% | - |
| XYZ | 36.05 | 29.57 | 16.64 | - |
| YUV | 148.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 103 | 0 | 0.39 | 0.50 | 0.18 | 13.71 | 0.53 | 0.61 |
| Hex | D0 | 7F | 67 | 0 | 27 | 32 | 12 | E | 35 | 3D |
| Octal | 320 | 177 | 147 | 0 | 47 | 62 | 22 | 16 | 65 | 75 |
| Binary | 11010000 | 1111111 | 1100111 | 0 | 100111 | 110010 | 10010 | 1110 | 110101 | 111101 |
Color Harmonies of #D07F67
Complementary color
Monochromatic Colors of #D07F67
Black with #D07F67
Text Example
Text Example
White with #D07F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F67; }
p { color: rgb(208,127,103); }
H1.HeaderClassName
{
color: #D07F67;
}
.AnyTagClassName
{
color: #D07F67;
}
</style>
background-color css
<style>
a { background-color: #D07F67; }
a { background-color: rgb(208,127,103); }
div.DivClassName
{
background-color: #D07F67;
}
.BgClassName
{
background-color: #D07F67;
}
</style>
border-color css
<style>
span { border-color: #D07F67; }
span { border-color: rgb(208,127,103); }
td.TdClassName
{
border-color: #D07F67;
}
.TagClassName
{
border-color: #D07F67;
}
</style>