Shades of Las Palmas #CDD846
Tints of Las Palmas #CDD846
RGB
CMYK
RGB Variations
Color information
#CDD846 (or 0xCDD846) is known color: Las Palmas. HEX triplet: CD, D8 and 46. RGB value is (205,216,70). Sum of RGB (Red+Green+Blue) = 205+216+70=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD846 is #3227B9. Grayscale: #C4C4C4. Windows color (decimal): -3286970 or 4643021. OLE color: 4643021.
HSL color Cylindrical-coordinate representation of color #CDD846: hue angle of 64.52º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDD846 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 70 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.15 |
| HSL | 64.52º | 0.65% | 0.56% | - |
| HSV(B) | 64.52º | 0.68% | 0.85% | - |
| XYZ | 50.84 | 62.53 | 15.18 | - |
| YUV | 196.07 | 56.86 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 70 | 0.05 | 0 | 0.68 | 0.15 | 64.52 | 0.65 | 0.56 |
| Hex | CD | D8 | 46 | 5 | 0 | 44 | F | 41 | 41 | 38 |
| Octal | 315 | 330 | 106 | 5 | 0 | 104 | 17 | 101 | 101 | 70 |
| Binary | 11001101 | 11011000 | 1000110 | 101 | 0 | 1000100 | 1111 | 1000001 | 1000001 | 111000 |
Color Harmonies of #CDD846
Complementary color
Monochromatic Colors of #CDD846
Black with #CDD846
Text Example
Text Example
White with #CDD846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD846; }
p { color: rgb(205,216,70); }
H1.HeaderClassName
{
color: #CDD846;
}
.AnyTagClassName
{
color: #CDD846;
}
</style>
background-color css
<style>
a { background-color: #CDD846; }
a { background-color: rgb(205,216,70); }
div.DivClassName
{
background-color: #CDD846;
}
.BgClassName
{
background-color: #CDD846;
}
</style>
border-color css
<style>
span { border-color: #CDD846; }
span { border-color: rgb(205,216,70); }
td.TdClassName
{
border-color: #CDD846;
}
.TagClassName
{
border-color: #CDD846;
}
</style>