Shades of Las Palmas #CDD543
Tints of Las Palmas #CDD543
RGB
CMYK
RGB Variations
Color information
#CDD543 (or 0xCDD543) is known color: Las Palmas. HEX triplet: CD, D5 and 43. RGB value is (205,213,67). Sum of RGB (Red+Green+Blue) = 205+213+67=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 67 (26.56% from 255 or 13.81% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD543 is #322ABC. Grayscale: #C2C2C2. Windows color (decimal): -3287741 or 4445645. OLE color: 4445645.
HSL color Cylindrical-coordinate representation of color #CDD543: hue angle of 63.29º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDD543 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 67 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.16 |
| HSL | 63.29º | 0.63% | 0.55% | - |
| HSV(B) | 63.29º | 0.69% | 0.84% | - |
| XYZ | 49.98 | 60.97 | 14.44 | - |
| YUV | 193.96 | 56.35 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 67 | 0.04 | 0 | 0.69 | 0.16 | 63.29 | 0.63 | 0.55 |
| Hex | CD | D5 | 43 | 4 | 0 | 45 | 10 | 3F | 3F | 37 |
| Octal | 315 | 325 | 103 | 4 | 0 | 105 | 20 | 77 | 77 | 67 |
| Binary | 11001101 | 11010101 | 1000011 | 100 | 0 | 1000101 | 10000 | 111111 | 111111 | 110111 |
Color Harmonies of #CDD543
Complementary color
Monochromatic Colors of #CDD543
Black with #CDD543
Text Example
Text Example
White with #CDD543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD543; }
p { color: rgb(205,213,67); }
H1.HeaderClassName
{
color: #CDD543;
}
.AnyTagClassName
{
color: #CDD543;
}
</style>
background-color css
<style>
a { background-color: #CDD543; }
a { background-color: rgb(205,213,67); }
div.DivClassName
{
background-color: #CDD543;
}
.BgClassName
{
background-color: #CDD543;
}
</style>
border-color css
<style>
span { border-color: #CDD543; }
span { border-color: rgb(205,213,67); }
td.TdClassName
{
border-color: #CDD543;
}
.TagClassName
{
border-color: #CDD543;
}
</style>