Shades of Deco #CDD774
Tints of Deco #CDD774
RGB
CMYK
RGB Variations
Color information
#CDD774 (or 0xCDD774) is known color: Deco. HEX triplet: CD, D7 and 74. RGB value is (205,215,116). Sum of RGB (Red+Green+Blue) = 205+215+116=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD774 is #32288B. Grayscale: #C9C9C9. Windows color (decimal): -3287180 or 7657421. OLE color: 7657421.
HSL color Cylindrical-coordinate representation of color #CDD774: hue angle of 66.06º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDD774 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 116 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.16 |
| HSL | 66.06º | 0.55% | 0.65% | - |
| HSV(B) | 66.06º | 0.46% | 0.84% | - |
| XYZ | 52.63 | 62.84 | 25.88 | - |
| YUV | 200.72 | 80.19 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 116 | 0.05 | 0 | 0.46 | 0.16 | 66.06 | 0.55 | 0.65 |
| Hex | CD | D7 | 74 | 5 | 0 | 2E | 10 | 42 | 37 | 41 |
| Octal | 315 | 327 | 164 | 5 | 0 | 56 | 20 | 102 | 67 | 101 |
| Binary | 11001101 | 11010111 | 1110100 | 101 | 0 | 101110 | 10000 | 1000010 | 110111 | 1000001 |
Color Harmonies of #CDD774
Complementary color
Monochromatic Colors of #CDD774
Black with #CDD774
Text Example
Text Example
White with #CDD774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD774; }
p { color: rgb(205,215,116); }
H1.HeaderClassName
{
color: #CDD774;
}
.AnyTagClassName
{
color: #CDD774;
}
</style>
background-color css
<style>
a { background-color: #CDD774; }
a { background-color: rgb(205,215,116); }
div.DivClassName
{
background-color: #CDD774;
}
.BgClassName
{
background-color: #CDD774;
}
</style>
border-color css
<style>
span { border-color: #CDD774; }
span { border-color: rgb(205,215,116); }
td.TdClassName
{
border-color: #CDD774;
}
.TagClassName
{
border-color: #CDD774;
}
</style>