Shades of Las Palmas #CDD746
Tints of Las Palmas #CDD746
RGB
CMYK
RGB Variations
Color information
#CDD746 (or 0xCDD746) is known color: Las Palmas. HEX triplet: CD, D7 and 46. RGB value is (205,215,70). Sum of RGB (Red+Green+Blue) = 205+215+70=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD746 is #3228B9. Grayscale: #C4C4C4. Windows color (decimal): -3287226 or 4642765. OLE color: 4642765.
HSL color Cylindrical-coordinate representation of color #CDD746: hue angle of 64.14º 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 #CDD746 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 70 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.16 |
| HSL | 64.14º | 0.64% | 0.56% | - |
| HSV(B) | 64.14º | 0.67% | 0.84% | - |
| XYZ | 50.58 | 62.02 | 15.1 | - |
| YUV | 195.48 | 57.19 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 70 | 0.05 | 0 | 0.67 | 0.16 | 64.14 | 0.64 | 0.56 |
| Hex | CD | D7 | 46 | 5 | 0 | 43 | 10 | 40 | 40 | 38 |
| Octal | 315 | 327 | 106 | 5 | 0 | 103 | 20 | 100 | 100 | 70 |
| Binary | 11001101 | 11010111 | 1000110 | 101 | 0 | 1000011 | 10000 | 1000000 | 1000000 | 111000 |
Color Harmonies of #CDD746
Complementary color
Monochromatic Colors of #CDD746
Black with #CDD746
Text Example
Text Example
White with #CDD746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD746; }
p { color: rgb(205,215,70); }
H1.HeaderClassName
{
color: #CDD746;
}
.AnyTagClassName
{
color: #CDD746;
}
</style>
background-color css
<style>
a { background-color: #CDD746; }
a { background-color: rgb(205,215,70); }
div.DivClassName
{
background-color: #CDD746;
}
.BgClassName
{
background-color: #CDD746;
}
</style>
border-color css
<style>
span { border-color: #CDD746; }
span { border-color: rgb(205,215,70); }
td.TdClassName
{
border-color: #CDD746;
}
.TagClassName
{
border-color: #CDD746;
}
</style>