Shades of Las Palmas #CDD641
Tints of Las Palmas #CDD641
RGB
CMYK
RGB Variations
Color information
#CDD641 (or 0xCDD641) is known color: Las Palmas. HEX triplet: CD, D6 and 41. RGB value is (205,214,65). Sum of RGB (Red+Green+Blue) = 205+214+65=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD641 is #3229BE. Grayscale: #C2C2C2. Windows color (decimal): -3287487 or 4314829. OLE color: 4314829.
HSL color Cylindrical-coordinate representation of color #CDD641: hue angle of 63.62º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDD641 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 65 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.16 |
| HSL | 63.62º | 0.65% | 0.55% | - |
| HSV(B) | 63.62º | 0.7% | 0.84% | - |
| XYZ | 50.18 | 61.45 | 14.22 | - |
| YUV | 194.32 | 55.02 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 65 | 0.04 | 0 | 0.70 | 0.16 | 63.62 | 0.65 | 0.55 |
| Hex | CD | D6 | 41 | 4 | 0 | 46 | 10 | 40 | 41 | 37 |
| Octal | 315 | 326 | 101 | 4 | 0 | 106 | 20 | 100 | 101 | 67 |
| Binary | 11001101 | 11010110 | 1000001 | 100 | 0 | 1000110 | 10000 | 1000000 | 1000001 | 110111 |
Color Harmonies of #CDD641
Complementary color
Monochromatic Colors of #CDD641
Black with #CDD641
Text Example
Text Example
White with #CDD641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD641; }
p { color: rgb(205,214,65); }
H1.HeaderClassName
{
color: #CDD641;
}
.AnyTagClassName
{
color: #CDD641;
}
</style>
background-color css
<style>
a { background-color: #CDD641; }
a { background-color: rgb(205,214,65); }
div.DivClassName
{
background-color: #CDD641;
}
.BgClassName
{
background-color: #CDD641;
}
</style>
border-color css
<style>
span { border-color: #CDD641; }
span { border-color: rgb(205,214,65); }
td.TdClassName
{
border-color: #CDD641;
}
.TagClassName
{
border-color: #CDD641;
}
</style>