Shades of Las Palmas #CDD845
Tints of Las Palmas #CDD845
RGB
CMYK
RGB Variations
Color information
#CDD845 (or 0xCDD845) is known color: Las Palmas. HEX triplet: CD, D8 and 45. RGB value is (205,216,69). Sum of RGB (Red+Green+Blue) = 205+216+69=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD845 is #3227BA. Grayscale: #C4C4C4. Windows color (decimal): -3286971 or 4577485. OLE color: 4577485.
HSL color Cylindrical-coordinate representation of color #CDD845: hue angle of 64.49º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDD845 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 69 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.15 |
| HSL | 64.49º | 0.65% | 0.56% | - |
| HSV(B) | 64.49º | 0.68% | 0.85% | - |
| XYZ | 50.81 | 62.52 | 15.02 | - |
| YUV | 195.95 | 56.36 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 69 | 0.05 | 0 | 0.68 | 0.15 | 64.49 | 0.65 | 0.56 |
| Hex | CD | D8 | 45 | 5 | 0 | 44 | F | 40 | 41 | 38 |
| Octal | 315 | 330 | 105 | 5 | 0 | 104 | 17 | 100 | 101 | 70 |
| Binary | 11001101 | 11011000 | 1000101 | 101 | 0 | 1000100 | 1111 | 1000000 | 1000001 | 111000 |
Color Harmonies of #CDD845
Complementary color
Monochromatic Colors of #CDD845
Black with #CDD845
Text Example
Text Example
White with #CDD845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD845; }
p { color: rgb(205,216,69); }
H1.HeaderClassName
{
color: #CDD845;
}
.AnyTagClassName
{
color: #CDD845;
}
</style>
background-color css
<style>
a { background-color: #CDD845; }
a { background-color: rgb(205,216,69); }
div.DivClassName
{
background-color: #CDD845;
}
.BgClassName
{
background-color: #CDD845;
}
</style>
border-color css
<style>
span { border-color: #CDD845; }
span { border-color: rgb(205,216,69); }
td.TdClassName
{
border-color: #CDD845;
}
.TagClassName
{
border-color: #CDD845;
}
</style>