Shades of Deco #CDDB92
Tints of Deco #CDDB92
RGB
CMYK
RGB Variations
Color information
#CDDB92 (or 0xCDDB92) is known color: Deco. HEX triplet: CD, DB and 92. RGB value is (205,219,146). Sum of RGB (Red+Green+Blue) = 205+219+146=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 146 (57.42% from 255 or 25.61% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB92 is #32246D. Grayscale: #CECECE. Windows color (decimal): -3286126 or 9624525. OLE color: 9624525.
HSL color Cylindrical-coordinate representation of color #CDDB92: hue angle of 71.51º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDDB92 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 146 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.14 |
| HSL | 71.51º | 0.5% | 0.72% | - |
| HSV(B) | 71.51º | 0.33% | 0.86% | - |
| XYZ | 55.7 | 65.72 | 36.94 | - |
| YUV | 206.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 146 | 0.06 | 0 | 0.33 | 0.14 | 71.51 | 0.5 | 0.72 |
| Hex | CD | DB | 92 | 6 | 0 | 21 | E | 48 | 32 | 48 |
| Octal | 315 | 333 | 222 | 6 | 0 | 41 | 16 | 110 | 62 | 110 |
| Binary | 11001101 | 11011011 | 10010010 | 110 | 0 | 100001 | 1110 | 1001000 | 110010 | 1001000 |
Color Harmonies of #CDDB92
Complementary color
Monochromatic Colors of #CDDB92
Black with #CDDB92
Text Example
Text Example
White with #CDDB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB92; }
p { color: rgb(205,219,146); }
H1.HeaderClassName
{
color: #CDDB92;
}
.AnyTagClassName
{
color: #CDDB92;
}
</style>
background-color css
<style>
a { background-color: #CDDB92; }
a { background-color: rgb(205,219,146); }
div.DivClassName
{
background-color: #CDDB92;
}
.BgClassName
{
background-color: #CDDB92;
}
</style>
border-color css
<style>
span { border-color: #CDDB92; }
span { border-color: rgb(205,219,146); }
td.TdClassName
{
border-color: #CDDB92;
}
.TagClassName
{
border-color: #CDDB92;
}
</style>