Shades of Sandwisp #DCCD7D
Tints of Sandwisp #DCCD7D
RGB
CMYK
RGB Variations
Color information
#DCCD7D (or 0xDCCD7D) is known color: Sandwisp. HEX triplet: DC, CD and 7D. RGB value is (220,205,125). Sum of RGB (Red+Green+Blue) = 220+205+125=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD7D is #233282. Grayscale: #C8C8C8. Windows color (decimal): -2306691 or 8244700. OLE color: 8244700.
HSL color Cylindrical-coordinate representation of color #DCCD7D: hue angle of 50.53º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCCD7D is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 125 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.14 |
| HSL | 50.53º | 0.58% | 0.68% | - |
| HSV(B) | 50.53º | 0.43% | 0.86% | - |
| XYZ | 55.05 | 60.36 | 28.15 | - |
| YUV | 200.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 125 | 0 | 0.07 | 0.43 | 0.14 | 50.53 | 0.58 | 0.68 |
| Hex | DC | CD | 7D | 0 | 7 | 2B | E | 33 | 3A | 44 |
| Octal | 334 | 315 | 175 | 0 | 7 | 53 | 16 | 63 | 72 | 104 |
| Binary | 11011100 | 11001101 | 1111101 | 0 | 111 | 101011 | 1110 | 110011 | 111010 | 1000100 |
Color Harmonies of #DCCD7D
Complementary color
Monochromatic Colors of #DCCD7D
Black with #DCCD7D
Text Example
Text Example
White with #DCCD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD7D; }
p { color: rgb(220,205,125); }
H1.HeaderClassName
{
color: #DCCD7D;
}
.AnyTagClassName
{
color: #DCCD7D;
}
</style>
background-color css
<style>
a { background-color: #DCCD7D; }
a { background-color: rgb(220,205,125); }
div.DivClassName
{
background-color: #DCCD7D;
}
.BgClassName
{
background-color: #DCCD7D;
}
</style>
border-color css
<style>
span { border-color: #DCCD7D; }
span { border-color: rgb(220,205,125); }
td.TdClassName
{
border-color: #DCCD7D;
}
.TagClassName
{
border-color: #DCCD7D;
}
</style>