Shades of Las Palmas #CDD642
Tints of Las Palmas #CDD642
RGB
CMYK
RGB Variations
Color information
#CDD642 (or 0xCDD642) is known color: Las Palmas. HEX triplet: CD, D6 and 42. RGB value is (205,214,66). Sum of RGB (Red+Green+Blue) = 205+214+66=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD642 is #3229BD. Grayscale: #C3C3C3. Windows color (decimal): -3287486 or 4380365. OLE color: 4380365.
HSL color Cylindrical-coordinate representation of color #CDD642: hue angle of 63.65º degrees, saturation: 0.64, 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 #CDD642 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 66 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.16 |
| HSL | 63.65º | 0.64% | 0.55% | - |
| HSV(B) | 63.65º | 0.69% | 0.84% | - |
| XYZ | 50.21 | 61.47 | 14.37 | - |
| YUV | 194.44 | 55.52 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 66 | 0.04 | 0 | 0.69 | 0.16 | 63.65 | 0.64 | 0.55 |
| Hex | CD | D6 | 42 | 4 | 0 | 45 | 10 | 40 | 40 | 37 |
| Octal | 315 | 326 | 102 | 4 | 0 | 105 | 20 | 100 | 100 | 67 |
| Binary | 11001101 | 11010110 | 1000010 | 100 | 0 | 1000101 | 10000 | 1000000 | 1000000 | 110111 |
Color Harmonies of #CDD642
Complementary color
Monochromatic Colors of #CDD642
Black with #CDD642
Text Example
Text Example
White with #CDD642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD642; }
p { color: rgb(205,214,66); }
H1.HeaderClassName
{
color: #CDD642;
}
.AnyTagClassName
{
color: #CDD642;
}
</style>
background-color css
<style>
a { background-color: #CDD642; }
a { background-color: rgb(205,214,66); }
div.DivClassName
{
background-color: #CDD642;
}
.BgClassName
{
background-color: #CDD642;
}
</style>
border-color css
<style>
span { border-color: #CDD642; }
span { border-color: rgb(205,214,66); }
td.TdClassName
{
border-color: #CDD642;
}
.TagClassName
{
border-color: #CDD642;
}
</style>