Shades of Las Palmas #CDD843
Tints of Las Palmas #CDD843
RGB
CMYK
RGB Variations
Color information
#CDD843 (or 0xCDD843) is known color: Las Palmas. HEX triplet: CD, D8 and 43. RGB value is (205,216,67). Sum of RGB (Red+Green+Blue) = 205+216+67=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 67 (26.56% from 255 or 13.73% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD843 is #3227BC. Grayscale: #C4C4C4. Windows color (decimal): -3286973 or 4446413. OLE color: 4446413.
HSL color Cylindrical-coordinate representation of color #CDD843: hue angle of 64.43º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDD843 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 67 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.15 |
| HSL | 64.43º | 0.66% | 0.55% | - |
| HSV(B) | 64.43º | 0.69% | 0.85% | - |
| XYZ | 50.75 | 62.5 | 14.7 | - |
| YUV | 195.73 | 55.36 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 67 | 0.05 | 0 | 0.69 | 0.15 | 64.43 | 0.66 | 0.55 |
| Hex | CD | D8 | 43 | 5 | 0 | 45 | F | 40 | 42 | 37 |
| Octal | 315 | 330 | 103 | 5 | 0 | 105 | 17 | 100 | 102 | 67 |
| Binary | 11001101 | 11011000 | 1000011 | 101 | 0 | 1000101 | 1111 | 1000000 | 1000010 | 110111 |
Color Harmonies of #CDD843
Complementary color
Monochromatic Colors of #CDD843
Black with #CDD843
Text Example
Text Example
White with #CDD843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD843; }
p { color: rgb(205,216,67); }
H1.HeaderClassName
{
color: #CDD843;
}
.AnyTagClassName
{
color: #CDD843;
}
</style>
background-color css
<style>
a { background-color: #CDD843; }
a { background-color: rgb(205,216,67); }
div.DivClassName
{
background-color: #CDD843;
}
.BgClassName
{
background-color: #CDD843;
}
</style>
border-color css
<style>
span { border-color: #CDD843; }
span { border-color: rgb(205,216,67); }
td.TdClassName
{
border-color: #CDD843;
}
.TagClassName
{
border-color: #CDD843;
}
</style>