Shades of Las Palmas #CDD749
Tints of Las Palmas #CDD749
RGB
CMYK
RGB Variations
Color information
#CDD749 (or 0xCDD749) is known color: Las Palmas. HEX triplet: CD, D7 and 49. RGB value is (205,215,73). Sum of RGB (Red+Green+Blue) = 205+215+73=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 73 (28.91% from 255 or 14.81% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD749 is #3228B6. Grayscale: #C4C4C4. Windows color (decimal): -3287223 or 4839373. OLE color: 4839373.
HSL color Cylindrical-coordinate representation of color #CDD749: hue angle of 64.23º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDD749 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 73 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.16 |
| HSL | 64.23º | 0.64% | 0.56% | - |
| HSV(B) | 64.23º | 0.66% | 0.84% | - |
| XYZ | 50.68 | 62.06 | 15.61 | - |
| YUV | 195.82 | 58.69 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 73 | 0.05 | 0 | 0.66 | 0.16 | 64.23 | 0.64 | 0.56 |
| Hex | CD | D7 | 49 | 5 | 0 | 42 | 10 | 40 | 40 | 38 |
| Octal | 315 | 327 | 111 | 5 | 0 | 102 | 20 | 100 | 100 | 70 |
| Binary | 11001101 | 11010111 | 1001001 | 101 | 0 | 1000010 | 10000 | 1000000 | 1000000 | 111000 |
Color Harmonies of #CDD749
Complementary color
Monochromatic Colors of #CDD749
Black with #CDD749
Text Example
Text Example
White with #CDD749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD749; }
p { color: rgb(205,215,73); }
H1.HeaderClassName
{
color: #CDD749;
}
.AnyTagClassName
{
color: #CDD749;
}
</style>
background-color css
<style>
a { background-color: #CDD749; }
a { background-color: rgb(205,215,73); }
div.DivClassName
{
background-color: #CDD749;
}
.BgClassName
{
background-color: #CDD749;
}
</style>
border-color css
<style>
span { border-color: #CDD749; }
span { border-color: rgb(205,215,73); }
td.TdClassName
{
border-color: #CDD749;
}
.TagClassName
{
border-color: #CDD749;
}
</style>