Shades of Deco #CDDC7B
Tints of Deco #CDDC7B
RGB
CMYK
RGB Variations
Color information
#CDDC7B (or 0xCDDC7B) is known color: Deco. HEX triplet: CD, DC and 7B. RGB value is (205,220,123). Sum of RGB (Red+Green+Blue) = 205+220+123=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC7B is #322384. Grayscale: #CCCCCC. Windows color (decimal): -3285893 or 8117453. OLE color: 8117453.
HSL color Cylindrical-coordinate representation of color #CDDC7B: hue angle of 69.28º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDDC7B is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 123 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.14 |
| HSL | 69.28º | 0.58% | 0.67% | - |
| HSV(B) | 69.28º | 0.44% | 0.86% | - |
| XYZ | 54.35 | 65.6 | 28.54 | - |
| YUV | 204.46 | 82.03 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 123 | 0.07 | 0 | 0.44 | 0.14 | 69.28 | 0.58 | 0.67 |
| Hex | CD | DC | 7B | 7 | 0 | 2C | E | 45 | 3A | 43 |
| Octal | 315 | 334 | 173 | 7 | 0 | 54 | 16 | 105 | 72 | 103 |
| Binary | 11001101 | 11011100 | 1111011 | 111 | 0 | 101100 | 1110 | 1000101 | 111010 | 1000011 |
Color Harmonies of #CDDC7B
Complementary color
Monochromatic Colors of #CDDC7B
Black with #CDDC7B
Text Example
Text Example
White with #CDDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC7B; }
p { color: rgb(205,220,123); }
H1.HeaderClassName
{
color: #CDDC7B;
}
.AnyTagClassName
{
color: #CDDC7B;
}
</style>
background-color css
<style>
a { background-color: #CDDC7B; }
a { background-color: rgb(205,220,123); }
div.DivClassName
{
background-color: #CDDC7B;
}
.BgClassName
{
background-color: #CDDC7B;
}
</style>
border-color css
<style>
span { border-color: #CDDC7B; }
span { border-color: rgb(205,220,123); }
td.TdClassName
{
border-color: #CDDC7B;
}
.TagClassName
{
border-color: #CDDC7B;
}
</style>