Shades of Deco #CDD68A
Tints of Deco #CDD68A
RGB
CMYK
RGB Variations
Color information
#CDD68A (or 0xCDD68A) is known color: Deco. HEX triplet: CD, D6 and 8A. RGB value is (205,214,138). Sum of RGB (Red+Green+Blue) = 205+214+138=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD68A is #322975. Grayscale: #CACACA. Windows color (decimal): -3287414 or 9098957. OLE color: 9098957.
HSL color Cylindrical-coordinate representation of color #CDD68A: hue angle of 67.11º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDD68A is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 138 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.16 |
| HSL | 67.11º | 0.48% | 0.69% | - |
| HSV(B) | 67.11º | 0.36% | 0.84% | - |
| XYZ | 53.81 | 62.91 | 33.35 | - |
| YUV | 202.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 138 | 0.04 | 0 | 0.36 | 0.16 | 67.11 | 0.48 | 0.69 |
| Hex | CD | D6 | 8A | 4 | 0 | 24 | 10 | 43 | 30 | 45 |
| Octal | 315 | 326 | 212 | 4 | 0 | 44 | 20 | 103 | 60 | 105 |
| Binary | 11001101 | 11010110 | 10001010 | 100 | 0 | 100100 | 10000 | 1000011 | 110000 | 1000101 |
Color Harmonies of #CDD68A
Complementary color
Monochromatic Colors of #CDD68A
Black with #CDD68A
Text Example
Text Example
White with #CDD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD68A; }
p { color: rgb(205,214,138); }
H1.HeaderClassName
{
color: #CDD68A;
}
.AnyTagClassName
{
color: #CDD68A;
}
</style>
background-color css
<style>
a { background-color: #CDD68A; }
a { background-color: rgb(205,214,138); }
div.DivClassName
{
background-color: #CDD68A;
}
.BgClassName
{
background-color: #CDD68A;
}
</style>
border-color css
<style>
span { border-color: #CDD68A; }
span { border-color: rgb(205,214,138); }
td.TdClassName
{
border-color: #CDD68A;
}
.TagClassName
{
border-color: #CDD68A;
}
</style>