Shades of Las Palmas #CDDA42
Tints of Las Palmas #CDDA42
RGB
CMYK
RGB Variations
Color information
#CDDA42 (or 0xCDDA42) is known color: Las Palmas. HEX triplet: CD, DA and 42. RGB value is (205,218,66). Sum of RGB (Red+Green+Blue) = 205+218+66=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 66 (26.17% from 255 or 13.50% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDA42 is #3225BD. Grayscale: #C5C5C5. Windows color (decimal): -3286462 or 4381389. OLE color: 4381389.
HSL color Cylindrical-coordinate representation of color #CDDA42: hue angle of 65.13º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDDA42 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 66 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.15 |
| HSL | 65.13º | 0.67% | 0.56% | - |
| HSV(B) | 65.13º | 0.7% | 0.85% | - |
| XYZ | 51.23 | 63.52 | 14.71 | - |
| YUV | 196.79 | 54.19 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 66 | 0.06 | 0 | 0.70 | 0.15 | 65.13 | 0.67 | 0.56 |
| Hex | CD | DA | 42 | 6 | 0 | 46 | F | 41 | 43 | 38 |
| Octal | 315 | 332 | 102 | 6 | 0 | 106 | 17 | 101 | 103 | 70 |
| Binary | 11001101 | 11011010 | 1000010 | 110 | 0 | 1000110 | 1111 | 1000001 | 1000011 | 111000 |
Color Harmonies of #CDDA42
Complementary color
Monochromatic Colors of #CDDA42
Black with #CDDA42
Text Example
Text Example
White with #CDDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDA42; }
p { color: rgb(205,218,66); }
H1.HeaderClassName
{
color: #CDDA42;
}
.AnyTagClassName
{
color: #CDDA42;
}
</style>
background-color css
<style>
a { background-color: #CDDA42; }
a { background-color: rgb(205,218,66); }
div.DivClassName
{
background-color: #CDDA42;
}
.BgClassName
{
background-color: #CDDA42;
}
</style>
border-color css
<style>
span { border-color: #CDDA42; }
span { border-color: rgb(205,218,66); }
td.TdClassName
{
border-color: #CDDA42;
}
.TagClassName
{
border-color: #CDDA42;
}
</style>