Shades of Deco #CDCD74
Tints of Deco #CDCD74
RGB
CMYK
RGB Variations
Color information
#CDCD74 (or 0xCDCD74) is known color: Deco. HEX triplet: CD, CD and 74. RGB value is (205,205,116). Sum of RGB (Red+Green+Blue) = 205+205+116=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD74 is #32328B. Grayscale: #C3C3C3. Windows color (decimal): -3289740 or 7654861. OLE color: 7654861.
HSL color Cylindrical-coordinate representation of color #CDCD74: hue angle of 60º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDCD74 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 116 | - |
| CMYK | 0 | 0 | 0.43 | 0.20 |
| HSL | 60º | 0.47% | 0.63% | - |
| HSV(B) | 60º | 0.43% | 0.8% | - |
| XYZ | 50.16 | 57.9 | 25.06 | - |
| YUV | 194.85 | 83.5 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 116 | 0 | 0 | 0.43 | 0.20 | 60 | 0.47 | 0.63 |
| Hex | CD | CD | 74 | 0 | 0 | 2B | 14 | 3C | 2F | 3F |
| Octal | 315 | 315 | 164 | 0 | 0 | 53 | 24 | 74 | 57 | 77 |
| Binary | 11001101 | 11001101 | 1110100 | 0 | 0 | 101011 | 10100 | 111100 | 101111 | 111111 |
Color Harmonies of #CDCD74
Complementary color
Monochromatic Colors of #CDCD74
Black with #CDCD74
Text Example
Text Example
White with #CDCD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD74; }
p { color: rgb(205,205,116); }
H1.HeaderClassName
{
color: #CDCD74;
}
.AnyTagClassName
{
color: #CDCD74;
}
</style>
background-color css
<style>
a { background-color: #CDCD74; }
a { background-color: rgb(205,205,116); }
div.DivClassName
{
background-color: #CDCD74;
}
.BgClassName
{
background-color: #CDCD74;
}
</style>
border-color css
<style>
span { border-color: #CDCD74; }
span { border-color: rgb(205,205,116); }
td.TdClassName
{
border-color: #CDCD74;
}
.TagClassName
{
border-color: #CDCD74;
}
</style>