Shades of Golden Sand #DDCC67
Tints of Golden Sand #DDCC67
RGB
CMYK
RGB Variations
Color information
#DDCC67 (or 0xDDCC67) is known color: Golden Sand. HEX triplet: DD, CC and 67. RGB value is (221,204,103). Sum of RGB (Red+Green+Blue) = 221+204+103=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 103 (40.62% from 255 or 19.51% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC67 is #223398. Grayscale: #C5C5C5. Windows color (decimal): -2241433 or 6802653. OLE color: 6802653.
HSL color Cylindrical-coordinate representation of color #DDCC67: hue angle of 51.36º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDCC67 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 103 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.13 |
| HSL | 51.36º | 0.63% | 0.64% | - |
| HSV(B) | 51.36º | 0.53% | 0.87% | - |
| XYZ | 53.86 | 59.54 | 21.49 | - |
| YUV | 197.57 | 74.63 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 103 | 0 | 0.08 | 0.53 | 0.13 | 51.36 | 0.63 | 0.64 |
| Hex | DD | CC | 67 | 0 | 8 | 35 | D | 33 | 3F | 40 |
| Octal | 335 | 314 | 147 | 0 | 10 | 65 | 15 | 63 | 77 | 100 |
| Binary | 11011101 | 11001100 | 1100111 | 0 | 1000 | 110101 | 1101 | 110011 | 111111 | 1000000 |
Color Harmonies of #DDCC67
Complementary color
Monochromatic Colors of #DDCC67
Black with #DDCC67
Text Example
Text Example
White with #DDCC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC67; }
p { color: rgb(221,204,103); }
H1.HeaderClassName
{
color: #DDCC67;
}
.AnyTagClassName
{
color: #DDCC67;
}
</style>
background-color css
<style>
a { background-color: #DDCC67; }
a { background-color: rgb(221,204,103); }
div.DivClassName
{
background-color: #DDCC67;
}
.BgClassName
{
background-color: #DDCC67;
}
</style>
border-color css
<style>
span { border-color: #DDCC67; }
span { border-color: rgb(221,204,103); }
td.TdClassName
{
border-color: #DDCC67;
}
.TagClassName
{
border-color: #DDCC67;
}
</style>