Shades of Las Palmas #CDD93E
Tints of Las Palmas #CDD93E
RGB
CMYK
RGB Variations
Color information
#CDD93E (or 0xCDD93E) is known color: Las Palmas. HEX triplet: CD, D9 and 3E. RGB value is (205,217,62). Sum of RGB (Red+Green+Blue) = 205+217+62=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 62 (24.61% from 255 or 12.81% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD93E is #3226C1. Grayscale: #C4C4C4. Windows color (decimal): -3286722 or 4118989. OLE color: 4118989.
HSL color Cylindrical-coordinate representation of color #CDD93E: hue angle of 64.65º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDD93E is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 62 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.15 |
| HSL | 64.65º | 0.67% | 0.55% | - |
| HSV(B) | 64.65º | 0.71% | 0.85% | - |
| XYZ | 50.86 | 62.95 | 14.03 | - |
| YUV | 195.74 | 52.52 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 62 | 0.06 | 0 | 0.71 | 0.15 | 64.65 | 0.67 | 0.55 |
| Hex | CD | D9 | 3E | 6 | 0 | 47 | F | 41 | 43 | 37 |
| Octal | 315 | 331 | 76 | 6 | 0 | 107 | 17 | 101 | 103 | 67 |
| Binary | 11001101 | 11011001 | 111110 | 110 | 0 | 1000111 | 1111 | 1000001 | 1000011 | 110111 |
Color Harmonies of #CDD93E
Complementary color
Monochromatic Colors of #CDD93E
Black with #CDD93E
Text Example
Text Example
White with #CDD93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD93E; }
p { color: rgb(205,217,62); }
H1.HeaderClassName
{
color: #CDD93E;
}
.AnyTagClassName
{
color: #CDD93E;
}
</style>
background-color css
<style>
a { background-color: #CDD93E; }
a { background-color: rgb(205,217,62); }
div.DivClassName
{
background-color: #CDD93E;
}
.BgClassName
{
background-color: #CDD93E;
}
</style>
border-color css
<style>
span { border-color: #CDD93E; }
span { border-color: rgb(205,217,62); }
td.TdClassName
{
border-color: #CDD93E;
}
.TagClassName
{
border-color: #CDD93E;
}
</style>