Shades of Sandwisp #DCCD7B
Tints of Sandwisp #DCCD7B
RGB
CMYK
RGB Variations
Color information
#DCCD7B (or 0xDCCD7B) is known color: Sandwisp. HEX triplet: DC, CD and 7B. RGB value is (220,205,123). Sum of RGB (Red+Green+Blue) = 220+205+123=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD7B is #233284. Grayscale: #C8C8C8. Windows color (decimal): -2306693 or 8113628. OLE color: 8113628.
HSL color Cylindrical-coordinate representation of color #DCCD7B: hue angle of 50.72º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCCD7B is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 123 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.14 |
| HSL | 50.72º | 0.58% | 0.67% | - |
| HSV(B) | 50.72º | 0.44% | 0.86% | - |
| XYZ | 54.92 | 60.31 | 27.48 | - |
| YUV | 200.14 | 84.47 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 123 | 0 | 0.07 | 0.44 | 0.14 | 50.72 | 0.58 | 0.67 |
| Hex | DC | CD | 7B | 0 | 7 | 2C | E | 33 | 3A | 43 |
| Octal | 334 | 315 | 173 | 0 | 7 | 54 | 16 | 63 | 72 | 103 |
| Binary | 11011100 | 11001101 | 1111011 | 0 | 111 | 101100 | 1110 | 110011 | 111010 | 1000011 |
Color Harmonies of #DCCD7B
Complementary color
Monochromatic Colors of #DCCD7B
Black with #DCCD7B
Text Example
Text Example
White with #DCCD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD7B; }
p { color: rgb(220,205,123); }
H1.HeaderClassName
{
color: #DCCD7B;
}
.AnyTagClassName
{
color: #DCCD7B;
}
</style>
background-color css
<style>
a { background-color: #DCCD7B; }
a { background-color: rgb(220,205,123); }
div.DivClassName
{
background-color: #DCCD7B;
}
.BgClassName
{
background-color: #DCCD7B;
}
</style>
border-color css
<style>
span { border-color: #DCCD7B; }
span { border-color: rgb(220,205,123); }
td.TdClassName
{
border-color: #DCCD7B;
}
.TagClassName
{
border-color: #DCCD7B;
}
</style>