Shades of Las Palmas #CDD741
Tints of Las Palmas #CDD741
RGB
CMYK
RGB Variations
Color information
#CDD741 (or 0xCDD741) is known color: Las Palmas. HEX triplet: CD, D7 and 41. RGB value is (205,215,65). Sum of RGB (Red+Green+Blue) = 205+215+65=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD741 is #3228BE. Grayscale: #C3C3C3. Windows color (decimal): -3287231 or 4315085. OLE color: 4315085.
HSL color Cylindrical-coordinate representation of color #CDD741: hue angle of 64º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDD741 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 65 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.16 |
| HSL | 64º | 0.65% | 0.55% | - |
| HSV(B) | 64º | 0.7% | 0.84% | - |
| XYZ | 50.43 | 61.96 | 14.3 | - |
| YUV | 194.91 | 54.69 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 65 | 0.05 | 0 | 0.70 | 0.16 | 64 | 0.65 | 0.55 |
| Hex | CD | D7 | 41 | 5 | 0 | 46 | 10 | 40 | 41 | 37 |
| Octal | 315 | 327 | 101 | 5 | 0 | 106 | 20 | 100 | 101 | 67 |
| Binary | 11001101 | 11010111 | 1000001 | 101 | 0 | 1000110 | 10000 | 1000000 | 1000001 | 110111 |
Color Harmonies of #CDD741
Complementary color
Monochromatic Colors of #CDD741
Black with #CDD741
Text Example
Text Example
White with #CDD741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD741; }
p { color: rgb(205,215,65); }
H1.HeaderClassName
{
color: #CDD741;
}
.AnyTagClassName
{
color: #CDD741;
}
</style>
background-color css
<style>
a { background-color: #CDD741; }
a { background-color: rgb(205,215,65); }
div.DivClassName
{
background-color: #CDD741;
}
.BgClassName
{
background-color: #CDD741;
}
</style>
border-color css
<style>
span { border-color: #CDD741; }
span { border-color: rgb(205,215,65); }
td.TdClassName
{
border-color: #CDD741;
}
.TagClassName
{
border-color: #CDD741;
}
</style>