Shades of Las Palmas #CDDD41
Tints of Las Palmas #CDDD41
RGB
CMYK
RGB Variations
Color information
#CDDD41 (or 0xCDDD41) is known color: Las Palmas. HEX triplet: CD, DD and 41. RGB value is (205,221,65). Sum of RGB (Red+Green+Blue) = 205+221+65=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 65 (25.78% from 255 or 13.24% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD41 is #3222BE. Grayscale: #C7C7C7. Windows color (decimal): -3285695 or 4316621. OLE color: 4316621.
HSL color Cylindrical-coordinate representation of color #CDDD41: hue angle of 66.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDDD41 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 65 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.13 |
| HSL | 66.15º | 0.7% | 0.56% | - |
| HSV(B) | 66.15º | 0.71% | 0.87% | - |
| XYZ | 51.99 | 65.07 | 14.82 | - |
| YUV | 198.43 | 52.7 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 65 | 0.07 | 0 | 0.71 | 0.13 | 66.15 | 0.7 | 0.56 |
| Hex | CD | DD | 41 | 7 | 0 | 47 | D | 42 | 46 | 38 |
| Octal | 315 | 335 | 101 | 7 | 0 | 107 | 15 | 102 | 106 | 70 |
| Binary | 11001101 | 11011101 | 1000001 | 111 | 0 | 1000111 | 1101 | 1000010 | 1000110 | 111000 |
Color Harmonies of #CDDD41
Complementary color
Monochromatic Colors of #CDDD41
Black with #CDDD41
Text Example
Text Example
White with #CDDD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD41; }
p { color: rgb(205,221,65); }
H1.HeaderClassName
{
color: #CDDD41;
}
.AnyTagClassName
{
color: #CDDD41;
}
</style>
background-color css
<style>
a { background-color: #CDDD41; }
a { background-color: rgb(205,221,65); }
div.DivClassName
{
background-color: #CDDD41;
}
.BgClassName
{
background-color: #CDDD41;
}
</style>
border-color css
<style>
span { border-color: #CDDD41; }
span { border-color: rgb(205,221,65); }
td.TdClassName
{
border-color: #CDDD41;
}
.TagClassName
{
border-color: #CDDD41;
}
</style>