Shades of Las Palmas #CDDA50
Tints of Las Palmas #CDDA50
RGB
CMYK
RGB Variations
Color information
#CDDA50 (or 0xCDDA50) is known color: Las Palmas. HEX triplet: CD, DA and 50. RGB value is (205,218,80). Sum of RGB (Red+Green+Blue) = 205+218+80=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA50 is #3225AF. Grayscale: #C6C6C6. Windows color (decimal): -3286448 or 5298893. OLE color: 5298893.
HSL color Cylindrical-coordinate representation of color #CDDA50: hue angle of 65.65º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDDA50 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 80 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.15 |
| HSL | 65.65º | 0.65% | 0.58% | - |
| HSV(B) | 65.65º | 0.63% | 0.85% | - |
| XYZ | 51.7 | 63.7 | 17.16 | - |
| YUV | 198.38 | 61.19 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 80 | 0.06 | 0 | 0.63 | 0.15 | 65.65 | 0.65 | 0.58 |
| Hex | CD | DA | 50 | 6 | 0 | 3F | F | 42 | 41 | 3A |
| Octal | 315 | 332 | 120 | 6 | 0 | 77 | 17 | 102 | 101 | 72 |
| Binary | 11001101 | 11011010 | 1010000 | 110 | 0 | 111111 | 1111 | 1000010 | 1000001 | 111010 |
Color Harmonies of #CDDA50
Complementary color
Monochromatic Colors of #CDDA50
Black with #CDDA50
Text Example
Text Example
White with #CDDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDA50; }
p { color: rgb(205,218,80); }
H1.HeaderClassName
{
color: #CDDA50;
}
.AnyTagClassName
{
color: #CDDA50;
}
</style>
background-color css
<style>
a { background-color: #CDDA50; }
a { background-color: rgb(205,218,80); }
div.DivClassName
{
background-color: #CDDA50;
}
.BgClassName
{
background-color: #CDDA50;
}
</style>
border-color css
<style>
span { border-color: #CDDA50; }
span { border-color: rgb(205,218,80); }
td.TdClassName
{
border-color: #CDDA50;
}
.TagClassName
{
border-color: #CDDA50;
}
</style>