Shades of Las Palmas #CDD944
Tints of Las Palmas #CDD944
RGB
CMYK
RGB Variations
Color information
#CDD944 (or 0xCDD944) is known color: Las Palmas. HEX triplet: CD, D9 and 44. RGB value is (205,217,68). Sum of RGB (Red+Green+Blue) = 205+217+68=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 68 (26.95% from 255 or 13.88% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD944 is #3226BB. Grayscale: #C5C5C5. Windows color (decimal): -3286716 or 4512205. OLE color: 4512205.
HSL color Cylindrical-coordinate representation of color #CDD944: hue angle of 64.83º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDD944 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 68 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.15 |
| HSL | 64.83º | 0.66% | 0.56% | - |
| HSV(B) | 64.83º | 0.69% | 0.85% | - |
| XYZ | 51.03 | 63.02 | 14.94 | - |
| YUV | 196.43 | 55.52 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 68 | 0.06 | 0 | 0.69 | 0.15 | 64.83 | 0.66 | 0.56 |
| Hex | CD | D9 | 44 | 6 | 0 | 45 | F | 41 | 42 | 38 |
| Octal | 315 | 331 | 104 | 6 | 0 | 105 | 17 | 101 | 102 | 70 |
| Binary | 11001101 | 11011001 | 1000100 | 110 | 0 | 1000101 | 1111 | 1000001 | 1000010 | 111000 |
Color Harmonies of #CDD944
Complementary color
Monochromatic Colors of #CDD944
Black with #CDD944
Text Example
Text Example
White with #CDD944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD944; }
p { color: rgb(205,217,68); }
H1.HeaderClassName
{
color: #CDD944;
}
.AnyTagClassName
{
color: #CDD944;
}
</style>
background-color css
<style>
a { background-color: #CDD944; }
a { background-color: rgb(205,217,68); }
div.DivClassName
{
background-color: #CDD944;
}
.BgClassName
{
background-color: #CDD944;
}
</style>
border-color css
<style>
span { border-color: #CDD944; }
span { border-color: rgb(205,217,68); }
td.TdClassName
{
border-color: #CDD944;
}
.TagClassName
{
border-color: #CDD944;
}
</style>