Shades of Las Palmas #CDDD3B
Tints of Las Palmas #CDDD3B
RGB
CMYK
RGB Variations
Color information
#CDDD3B (or 0xCDDD3B) is known color: Las Palmas. HEX triplet: CD, DD and 3B. RGB value is (205,221,59). Sum of RGB (Red+Green+Blue) = 205+221+59=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 59 (23.44% from 255 or 12.16% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD3B is #3222C4. Grayscale: #C6C6C6. Windows color (decimal): -3285701 or 3923405. OLE color: 3923405.
HSL color Cylindrical-coordinate representation of color #CDDD3B: hue angle of 65.93º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDDD3B is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 59 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.13 |
| HSL | 65.93º | 0.7% | 0.55% | - |
| HSV(B) | 65.93º | 0.73% | 0.87% | - |
| XYZ | 51.82 | 65.01 | 13.95 | - |
| YUV | 197.75 | 49.7 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 59 | 0.07 | 0 | 0.73 | 0.13 | 65.93 | 0.7 | 0.55 |
| Hex | CD | DD | 3B | 7 | 0 | 49 | D | 42 | 46 | 37 |
| Octal | 315 | 335 | 73 | 7 | 0 | 111 | 15 | 102 | 106 | 67 |
| Binary | 11001101 | 11011101 | 111011 | 111 | 0 | 1001001 | 1101 | 1000010 | 1000110 | 110111 |
Color Harmonies of #CDDD3B
Complementary color
Monochromatic Colors of #CDDD3B
Black with #CDDD3B
Text Example
Text Example
White with #CDDD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD3B; }
p { color: rgb(205,221,59); }
H1.HeaderClassName
{
color: #CDDD3B;
}
.AnyTagClassName
{
color: #CDDD3B;
}
</style>
background-color css
<style>
a { background-color: #CDDD3B; }
a { background-color: rgb(205,221,59); }
div.DivClassName
{
background-color: #CDDD3B;
}
.BgClassName
{
background-color: #CDDD3B;
}
</style>
border-color css
<style>
span { border-color: #CDDD3B; }
span { border-color: rgb(205,221,59); }
td.TdClassName
{
border-color: #CDDD3B;
}
.TagClassName
{
border-color: #CDDD3B;
}
</style>