Shades of Deco #CDDB7D
Tints of Deco #CDDB7D
RGB
CMYK
RGB Variations
Color information
#CDDB7D (or 0xCDDB7D) is known color: Deco. HEX triplet: CD, DB and 7D. RGB value is (205,219,125). Sum of RGB (Red+Green+Blue) = 205+219+125=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB7D is #322482. Grayscale: #CCCCCC. Windows color (decimal): -3286147 or 8248269. OLE color: 8248269.
HSL color Cylindrical-coordinate representation of color #CDDB7D: hue angle of 68.94º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDDB7D is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 125 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.14 |
| HSL | 68.94º | 0.57% | 0.67% | - |
| HSV(B) | 68.94º | 0.43% | 0.86% | - |
| XYZ | 54.21 | 65.12 | 29.11 | - |
| YUV | 204.1 | 83.36 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 125 | 0.06 | 0 | 0.43 | 0.14 | 68.94 | 0.57 | 0.67 |
| Hex | CD | DB | 7D | 6 | 0 | 2B | E | 45 | 39 | 43 |
| Octal | 315 | 333 | 175 | 6 | 0 | 53 | 16 | 105 | 71 | 103 |
| Binary | 11001101 | 11011011 | 1111101 | 110 | 0 | 101011 | 1110 | 1000101 | 111001 | 1000011 |
Color Harmonies of #CDDB7D
Complementary color
Monochromatic Colors of #CDDB7D
Black with #CDDB7D
Text Example
Text Example
White with #CDDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB7D; }
p { color: rgb(205,219,125); }
H1.HeaderClassName
{
color: #CDDB7D;
}
.AnyTagClassName
{
color: #CDDB7D;
}
</style>
background-color css
<style>
a { background-color: #CDDB7D; }
a { background-color: rgb(205,219,125); }
div.DivClassName
{
background-color: #CDDB7D;
}
.BgClassName
{
background-color: #CDDB7D;
}
</style>
border-color css
<style>
span { border-color: #CDDB7D; }
span { border-color: rgb(205,219,125); }
td.TdClassName
{
border-color: #CDDB7D;
}
.TagClassName
{
border-color: #CDDB7D;
}
</style>