Shades of Deco #CDCE74
Tints of Deco #CDCE74
RGB
CMYK
RGB Variations
Color information
#CDCE74 (or 0xCDCE74) is known color: Deco. HEX triplet: CD, CE and 74. RGB value is (205,206,116). Sum of RGB (Red+Green+Blue) = 205+206+116=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCE74 is #32318B. Grayscale: #C3C3C3. Windows color (decimal): -3289484 or 7655117. OLE color: 7655117.
HSL color Cylindrical-coordinate representation of color #CDCE74: hue angle of 60.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDCE74 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 116 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.19 |
| HSL | 60.67º | 0.48% | 0.63% | - |
| HSV(B) | 60.67º | 0.44% | 0.81% | - |
| XYZ | 50.4 | 58.38 | 25.14 | - |
| YUV | 195.44 | 83.17 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 116 | 0.00 | 0 | 0.44 | 0.19 | 60.67 | 0.48 | 0.63 |
| Hex | CD | CE | 74 | 0 | 0 | 2C | 13 | 3D | 30 | 3F |
| Octal | 315 | 316 | 164 | 0 | 0 | 54 | 23 | 75 | 60 | 77 |
| Binary | 11001101 | 11001110 | 1110100 | 0 | 0 | 101100 | 10011 | 111101 | 110000 | 111111 |
Color Harmonies of #CDCE74
Complementary color
Monochromatic Colors of #CDCE74
Black with #CDCE74
Text Example
Text Example
White with #CDCE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE74; }
p { color: rgb(205,206,116); }
H1.HeaderClassName
{
color: #CDCE74;
}
.AnyTagClassName
{
color: #CDCE74;
}
</style>
background-color css
<style>
a { background-color: #CDCE74; }
a { background-color: rgb(205,206,116); }
div.DivClassName
{
background-color: #CDCE74;
}
.BgClassName
{
background-color: #CDCE74;
}
</style>
border-color css
<style>
span { border-color: #CDCE74; }
span { border-color: rgb(205,206,116); }
td.TdClassName
{
border-color: #CDCE74;
}
.TagClassName
{
border-color: #CDCE74;
}
</style>