Shades of Las Palmas #CDD647
Tints of Las Palmas #CDD647
RGB
CMYK
RGB Variations
Color information
#CDD647 (or 0xCDD647) is known color: Las Palmas. HEX triplet: CD, D6 and 47. RGB value is (205,214,71). Sum of RGB (Red+Green+Blue) = 205+214+71=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 71 (28.12% from 255 or 14.49% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD647 is #3229B8. Grayscale: #C3C3C3. Windows color (decimal): -3287481 or 4708045. OLE color: 4708045.
HSL color Cylindrical-coordinate representation of color #CDD647: hue angle of 63.78º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDD647 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 71 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.16 |
| HSL | 63.78º | 0.64% | 0.56% | - |
| HSV(B) | 63.78º | 0.67% | 0.84% | - |
| XYZ | 50.36 | 61.53 | 15.18 | - |
| YUV | 195.01 | 58.02 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 71 | 0.04 | 0 | 0.67 | 0.16 | 63.78 | 0.64 | 0.56 |
| Hex | CD | D6 | 47 | 4 | 0 | 43 | 10 | 40 | 40 | 38 |
| Octal | 315 | 326 | 107 | 4 | 0 | 103 | 20 | 100 | 100 | 70 |
| Binary | 11001101 | 11010110 | 1000111 | 100 | 0 | 1000011 | 10000 | 1000000 | 1000000 | 111000 |
Color Harmonies of #CDD647
Complementary color
Monochromatic Colors of #CDD647
Black with #CDD647
Text Example
Text Example
White with #CDD647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD647; }
p { color: rgb(205,214,71); }
H1.HeaderClassName
{
color: #CDD647;
}
.AnyTagClassName
{
color: #CDD647;
}
</style>
background-color css
<style>
a { background-color: #CDD647; }
a { background-color: rgb(205,214,71); }
div.DivClassName
{
background-color: #CDD647;
}
.BgClassName
{
background-color: #CDD647;
}
</style>
border-color css
<style>
span { border-color: #CDD647; }
span { border-color: rgb(205,214,71); }
td.TdClassName
{
border-color: #CDD647;
}
.TagClassName
{
border-color: #CDD647;
}
</style>