Shades of Deco #CDD075
Tints of Deco #CDD075
RGB
CMYK
RGB Variations
Color information
#CDD075 (or 0xCDD075) is known color: Deco. HEX triplet: CD, D0 and 75. RGB value is (205,208,117). Sum of RGB (Red+Green+Blue) = 205+208+117=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD075 is #322F8A. Grayscale: #C5C5C5. Windows color (decimal): -3288971 or 7721165. OLE color: 7721165.
HSL color Cylindrical-coordinate representation of color #CDD075: hue angle of 61.98º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDD075 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 117 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.18 |
| HSL | 61.98º | 0.49% | 0.64% | - |
| HSV(B) | 61.98º | 0.44% | 0.82% | - |
| XYZ | 50.94 | 59.38 | 25.61 | - |
| YUV | 196.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 117 | 0.01 | 0 | 0.44 | 0.18 | 61.98 | 0.49 | 0.64 |
| Hex | CD | D0 | 75 | 1 | 0 | 2C | 12 | 3E | 31 | 40 |
| Octal | 315 | 320 | 165 | 1 | 0 | 54 | 22 | 76 | 61 | 100 |
| Binary | 11001101 | 11010000 | 1110101 | 1 | 0 | 101100 | 10010 | 111110 | 110001 | 1000000 |
Color Harmonies of #CDD075
Complementary color
Monochromatic Colors of #CDD075
Black with #CDD075
Text Example
Text Example
White with #CDD075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD075; }
p { color: rgb(205,208,117); }
H1.HeaderClassName
{
color: #CDD075;
}
.AnyTagClassName
{
color: #CDD075;
}
</style>
background-color css
<style>
a { background-color: #CDD075; }
a { background-color: rgb(205,208,117); }
div.DivClassName
{
background-color: #CDD075;
}
.BgClassName
{
background-color: #CDD075;
}
</style>
border-color css
<style>
span { border-color: #CDD075; }
span { border-color: rgb(205,208,117); }
td.TdClassName
{
border-color: #CDD075;
}
.TagClassName
{
border-color: #CDD075;
}
</style>