Shades of Las Palmas #CDDC47
Tints of Las Palmas #CDDC47
RGB
CMYK
RGB Variations
Color information
#CDDC47 (or 0xCDDC47) is known color: Las Palmas. HEX triplet: CD, DC and 47. RGB value is (205,220,71). Sum of RGB (Red+Green+Blue) = 205+220+71=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 71 (28.12% from 255 or 14.31% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC47 is #3223B8. Grayscale: #C7C7C7. Windows color (decimal): -3285945 or 4709581. OLE color: 4709581.
HSL color Cylindrical-coordinate representation of color #CDDC47: hue angle of 66.04º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDDC47 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 71 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.14 |
| HSL | 66.04º | 0.68% | 0.57% | - |
| HSV(B) | 66.04º | 0.68% | 0.86% | - |
| XYZ | 51.91 | 64.62 | 15.7 | - |
| YUV | 198.53 | 56.03 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 71 | 0.07 | 0 | 0.68 | 0.14 | 66.04 | 0.68 | 0.57 |
| Hex | CD | DC | 47 | 7 | 0 | 44 | E | 42 | 44 | 39 |
| Octal | 315 | 334 | 107 | 7 | 0 | 104 | 16 | 102 | 104 | 71 |
| Binary | 11001101 | 11011100 | 1000111 | 111 | 0 | 1000100 | 1110 | 1000010 | 1000100 | 111001 |
Color Harmonies of #CDDC47
Complementary color
Monochromatic Colors of #CDDC47
Black with #CDDC47
Text Example
Text Example
White with #CDDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC47; }
p { color: rgb(205,220,71); }
H1.HeaderClassName
{
color: #CDDC47;
}
.AnyTagClassName
{
color: #CDDC47;
}
</style>
background-color css
<style>
a { background-color: #CDDC47; }
a { background-color: rgb(205,220,71); }
div.DivClassName
{
background-color: #CDDC47;
}
.BgClassName
{
background-color: #CDDC47;
}
</style>
border-color css
<style>
span { border-color: #CDDC47; }
span { border-color: rgb(205,220,71); }
td.TdClassName
{
border-color: #CDDC47;
}
.TagClassName
{
border-color: #CDDC47;
}
</style>