Shades of Las Palmas #CDD847
Tints of Las Palmas #CDD847
RGB
CMYK
RGB Variations
Color information
#CDD847 (or 0xCDD847) is known color: Las Palmas. HEX triplet: CD, D8 and 47. RGB value is (205,216,71). Sum of RGB (Red+Green+Blue) = 205+216+71=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 71 (28.12% from 255 or 14.43% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD847 is #3227B8. Grayscale: #C4C4C4. Windows color (decimal): -3286969 or 4708557. OLE color: 4708557.
HSL color Cylindrical-coordinate representation of color #CDD847: hue angle of 64.55º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDD847 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 71 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.15 |
| HSL | 64.55º | 0.65% | 0.56% | - |
| HSV(B) | 64.55º | 0.67% | 0.85% | - |
| XYZ | 50.87 | 62.55 | 15.35 | - |
| YUV | 196.18 | 57.36 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 71 | 0.05 | 0 | 0.67 | 0.15 | 64.55 | 0.65 | 0.56 |
| Hex | CD | D8 | 47 | 5 | 0 | 43 | F | 41 | 41 | 38 |
| Octal | 315 | 330 | 107 | 5 | 0 | 103 | 17 | 101 | 101 | 70 |
| Binary | 11001101 | 11011000 | 1000111 | 101 | 0 | 1000011 | 1111 | 1000001 | 1000001 | 111000 |
Color Harmonies of #CDD847
Complementary color
Monochromatic Colors of #CDD847
Black with #CDD847
Text Example
Text Example
White with #CDD847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD847; }
p { color: rgb(205,216,71); }
H1.HeaderClassName
{
color: #CDD847;
}
.AnyTagClassName
{
color: #CDD847;
}
</style>
background-color css
<style>
a { background-color: #CDD847; }
a { background-color: rgb(205,216,71); }
div.DivClassName
{
background-color: #CDD847;
}
.BgClassName
{
background-color: #CDD847;
}
</style>
border-color css
<style>
span { border-color: #CDD847; }
span { border-color: rgb(205,216,71); }
td.TdClassName
{
border-color: #CDD847;
}
.TagClassName
{
border-color: #CDD847;
}
</style>