Shades of Las Palmas #CDDF49
Tints of Las Palmas #CDDF49
RGB
CMYK
RGB Variations
Color information
#CDDF49 (or 0xCDDF49) is known color: Las Palmas. HEX triplet: CD, DF and 49. RGB value is (205,223,73). Sum of RGB (Red+Green+Blue) = 205+223+73=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 73 (28.91% from 255 or 14.57% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDF49 is #3220B6. Grayscale: #C9C9C9. Windows color (decimal): -3285175 or 4841421. OLE color: 4841421.
HSL color Cylindrical-coordinate representation of color #CDDF49: hue angle of 67.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDDF49 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 73 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.13 |
| HSL | 67.2º | 0.7% | 0.58% | - |
| HSV(B) | 67.2º | 0.67% | 0.87% | - |
| XYZ | 52.77 | 66.24 | 16.31 | - |
| YUV | 200.52 | 56.04 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 73 | 0.08 | 0 | 0.67 | 0.13 | 67.2 | 0.7 | 0.58 |
| Hex | CD | DF | 49 | 8 | 0 | 43 | D | 43 | 46 | 3A |
| Octal | 315 | 337 | 111 | 10 | 0 | 103 | 15 | 103 | 106 | 72 |
| Binary | 11001101 | 11011111 | 1001001 | 1000 | 0 | 1000011 | 1101 | 1000011 | 1000110 | 111010 |
Color Harmonies of #CDDF49
Complementary color
Monochromatic Colors of #CDDF49
Black with #CDDF49
Text Example
Text Example
White with #CDDF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF49; }
p { color: rgb(205,223,73); }
H1.HeaderClassName
{
color: #CDDF49;
}
.AnyTagClassName
{
color: #CDDF49;
}
</style>
background-color css
<style>
a { background-color: #CDDF49; }
a { background-color: rgb(205,223,73); }
div.DivClassName
{
background-color: #CDDF49;
}
.BgClassName
{
background-color: #CDDF49;
}
</style>
border-color css
<style>
span { border-color: #CDDF49; }
span { border-color: rgb(205,223,73); }
td.TdClassName
{
border-color: #CDDF49;
}
.TagClassName
{
border-color: #CDDF49;
}
</style>