Shades of Sandwisp #D5CB7A
Tints of Sandwisp #D5CB7A
RGB
CMYK
RGB Variations
Color information
#D5CB7A (or 0xD5CB7A) is known color: Sandwisp. HEX triplet: D5, CB and 7A. RGB value is (213,203,122). Sum of RGB (Red+Green+Blue) = 213+203+122=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB7A is #2A3485. Grayscale: #C5C5C5. Windows color (decimal): -2765958 or 8047573. OLE color: 8047573.
HSL color Cylindrical-coordinate representation of color #D5CB7A: hue angle of 53.41º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5CB7A is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 122 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.16 |
| HSL | 53.41º | 0.52% | 0.66% | - |
| HSV(B) | 53.41º | 0.43% | 0.84% | - |
| XYZ | 52.31 | 58.26 | 26.9 | - |
| YUV | 196.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 122 | 0 | 0.05 | 0.43 | 0.16 | 53.41 | 0.52 | 0.66 |
| Hex | D5 | CB | 7A | 0 | 5 | 2B | 10 | 35 | 34 | 42 |
| Octal | 325 | 313 | 172 | 0 | 5 | 53 | 20 | 65 | 64 | 102 |
| Binary | 11010101 | 11001011 | 1111010 | 0 | 101 | 101011 | 10000 | 110101 | 110100 | 1000010 |
Color Harmonies of #D5CB7A
Complementary color
Monochromatic Colors of #D5CB7A
Black with #D5CB7A
Text Example
Text Example
White with #D5CB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB7A; }
p { color: rgb(213,203,122); }
H1.HeaderClassName
{
color: #D5CB7A;
}
.AnyTagClassName
{
color: #D5CB7A;
}
</style>
background-color css
<style>
a { background-color: #D5CB7A; }
a { background-color: rgb(213,203,122); }
div.DivClassName
{
background-color: #D5CB7A;
}
.BgClassName
{
background-color: #D5CB7A;
}
</style>
border-color css
<style>
span { border-color: #D5CB7A; }
span { border-color: rgb(213,203,122); }
td.TdClassName
{
border-color: #D5CB7A;
}
.TagClassName
{
border-color: #D5CB7A;
}
</style>