Shades of Las Palmas #CDDC50
Tints of Las Palmas #CDDC50
RGB
CMYK
RGB Variations
Color information
#CDDC50 (or 0xCDDC50) is known color: Las Palmas. HEX triplet: CD, DC and 50. RGB value is (205,220,80). Sum of RGB (Red+Green+Blue) = 205+220+80=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC50 is #3223AF. Grayscale: #C8C8C8. Windows color (decimal): -3285936 or 5299405. OLE color: 5299405.
HSL color Cylindrical-coordinate representation of color #CDDC50: hue angle of 66.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDDC50 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 80 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.14 |
| HSL | 66.43º | 0.67% | 0.59% | - |
| HSV(B) | 66.43º | 0.64% | 0.86% | - |
| XYZ | 52.22 | 64.74 | 17.33 | - |
| YUV | 199.56 | 60.53 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 80 | 0.07 | 0 | 0.64 | 0.14 | 66.43 | 0.67 | 0.59 |
| Hex | CD | DC | 50 | 7 | 0 | 40 | E | 42 | 43 | 3B |
| Octal | 315 | 334 | 120 | 7 | 0 | 100 | 16 | 102 | 103 | 73 |
| Binary | 11001101 | 11011100 | 1010000 | 111 | 0 | 1000000 | 1110 | 1000010 | 1000011 | 111011 |
Color Harmonies of #CDDC50
Complementary color
Monochromatic Colors of #CDDC50
Black with #CDDC50
Text Example
Text Example
White with #CDDC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC50; }
p { color: rgb(205,220,80); }
H1.HeaderClassName
{
color: #CDDC50;
}
.AnyTagClassName
{
color: #CDDC50;
}
</style>
background-color css
<style>
a { background-color: #CDDC50; }
a { background-color: rgb(205,220,80); }
div.DivClassName
{
background-color: #CDDC50;
}
.BgClassName
{
background-color: #CDDC50;
}
</style>
border-color css
<style>
span { border-color: #CDDC50; }
span { border-color: rgb(205,220,80); }
td.TdClassName
{
border-color: #CDDC50;
}
.TagClassName
{
border-color: #CDDC50;
}
</style>