Shades of Las Palmas #CDD94D
Tints of Las Palmas #CDD94D
RGB
CMYK
RGB Variations
Color information
#CDD94D (or 0xCDD94D) is known color: Las Palmas. HEX triplet: CD, D9 and 4D. RGB value is (205,217,77). Sum of RGB (Red+Green+Blue) = 205+217+77=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD94D is #3226B2. Grayscale: #C6C6C6. Windows color (decimal): -3286707 or 5102029. OLE color: 5102029.
HSL color Cylindrical-coordinate representation of color #CDD94D: hue angle of 65.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDD94D is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 77 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.15 |
| HSL | 65.14º | 0.65% | 0.58% | - |
| HSV(B) | 65.14º | 0.65% | 0.85% | - |
| XYZ | 51.33 | 63.14 | 16.5 | - |
| YUV | 197.45 | 60.02 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 77 | 0.06 | 0 | 0.65 | 0.15 | 65.14 | 0.65 | 0.58 |
| Hex | CD | D9 | 4D | 6 | 0 | 41 | F | 41 | 41 | 3A |
| Octal | 315 | 331 | 115 | 6 | 0 | 101 | 17 | 101 | 101 | 72 |
| Binary | 11001101 | 11011001 | 1001101 | 110 | 0 | 1000001 | 1111 | 1000001 | 1000001 | 111010 |
Color Harmonies of #CDD94D
Complementary color
Monochromatic Colors of #CDD94D
Black with #CDD94D
Text Example
Text Example
White with #CDD94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD94D; }
p { color: rgb(205,217,77); }
H1.HeaderClassName
{
color: #CDD94D;
}
.AnyTagClassName
{
color: #CDD94D;
}
</style>
background-color css
<style>
a { background-color: #CDD94D; }
a { background-color: rgb(205,217,77); }
div.DivClassName
{
background-color: #CDD94D;
}
.BgClassName
{
background-color: #CDD94D;
}
</style>
border-color css
<style>
span { border-color: #CDD94D; }
span { border-color: rgb(205,217,77); }
td.TdClassName
{
border-color: #CDD94D;
}
.TagClassName
{
border-color: #CDD94D;
}
</style>