Shades of Deco #CDD67D
Tints of Deco #CDD67D
RGB
CMYK
RGB Variations
Color information
#CDD67D (or 0xCDD67D) is known color: Deco. HEX triplet: CD, D6 and 7D. RGB value is (205,214,125). Sum of RGB (Red+Green+Blue) = 205+214+125=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD67D is #322982. Grayscale: #C9C9C9. Windows color (decimal): -3287427 or 8246989. OLE color: 8246989.
HSL color Cylindrical-coordinate representation of color #CDD67D: hue angle of 66.07º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDD67D is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 125 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.16 |
| HSL | 66.07º | 0.52% | 0.66% | - |
| HSV(B) | 66.07º | 0.42% | 0.84% | - |
| XYZ | 52.93 | 62.55 | 28.69 | - |
| YUV | 201.16 | 85.02 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 125 | 0.04 | 0 | 0.42 | 0.16 | 66.07 | 0.52 | 0.66 |
| Hex | CD | D6 | 7D | 4 | 0 | 2A | 10 | 42 | 34 | 42 |
| Octal | 315 | 326 | 175 | 4 | 0 | 52 | 20 | 102 | 64 | 102 |
| Binary | 11001101 | 11010110 | 1111101 | 100 | 0 | 101010 | 10000 | 1000010 | 110100 | 1000010 |
Color Harmonies of #CDD67D
Complementary color
Monochromatic Colors of #CDD67D
Black with #CDD67D
Text Example
Text Example
White with #CDD67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD67D; }
p { color: rgb(205,214,125); }
H1.HeaderClassName
{
color: #CDD67D;
}
.AnyTagClassName
{
color: #CDD67D;
}
</style>
background-color css
<style>
a { background-color: #CDD67D; }
a { background-color: rgb(205,214,125); }
div.DivClassName
{
background-color: #CDD67D;
}
.BgClassName
{
background-color: #CDD67D;
}
</style>
border-color css
<style>
span { border-color: #CDD67D; }
span { border-color: rgb(205,214,125); }
td.TdClassName
{
border-color: #CDD67D;
}
.TagClassName
{
border-color: #CDD67D;
}
</style>