Shades of Las Palmas #CDD53F
Tints of Las Palmas #CDD53F
RGB
CMYK
RGB Variations
Color information
#CDD53F (or 0xCDD53F) is known color: Las Palmas. HEX triplet: CD, D5 and 3F. RGB value is (205,213,63). Sum of RGB (Red+Green+Blue) = 205+213+63=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD53F is #322AC0. Grayscale: #C2C2C2. Windows color (decimal): -3287745 or 4183501. OLE color: 4183501.
HSL color Cylindrical-coordinate representation of color #CDD53F: hue angle of 63.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDD53F is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 63 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.16 |
| HSL | 63.2º | 0.64% | 0.54% | - |
| HSV(B) | 63.2º | 0.7% | 0.84% | - |
| XYZ | 49.87 | 60.93 | 13.83 | - |
| YUV | 193.51 | 54.35 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 63 | 0.04 | 0 | 0.70 | 0.16 | 63.2 | 0.64 | 0.54 |
| Hex | CD | D5 | 3F | 4 | 0 | 46 | 10 | 3F | 40 | 36 |
| Octal | 315 | 325 | 77 | 4 | 0 | 106 | 20 | 77 | 100 | 66 |
| Binary | 11001101 | 11010101 | 111111 | 100 | 0 | 1000110 | 10000 | 111111 | 1000000 | 110110 |
Color Harmonies of #CDD53F
Complementary color
Monochromatic Colors of #CDD53F
Black with #CDD53F
Text Example
Text Example
White with #CDD53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD53F; }
p { color: rgb(205,213,63); }
H1.HeaderClassName
{
color: #CDD53F;
}
.AnyTagClassName
{
color: #CDD53F;
}
</style>
background-color css
<style>
a { background-color: #CDD53F; }
a { background-color: rgb(205,213,63); }
div.DivClassName
{
background-color: #CDD53F;
}
.BgClassName
{
background-color: #CDD53F;
}
</style>
border-color css
<style>
span { border-color: #CDD53F; }
span { border-color: rgb(205,213,63); }
td.TdClassName
{
border-color: #CDD53F;
}
.TagClassName
{
border-color: #CDD53F;
}
</style>