Shades of Las Palmas #CDDC3C
Tints of Las Palmas #CDDC3C
RGB
CMYK
RGB Variations
Color information
#CDDC3C (or 0xCDDC3C) is known color: Las Palmas. HEX triplet: CD, DC and 3C. RGB value is (205,220,60). Sum of RGB (Red+Green+Blue) = 205+220+60=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC3C is #3223C3. Grayscale: #C5C5C5. Windows color (decimal): -3285956 or 3988685. OLE color: 3988685.
HSL color Cylindrical-coordinate representation of color #CDDC3C: hue angle of 65.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDDC3C is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 60 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.14 |
| HSL | 65.63º | 0.7% | 0.55% | - |
| HSV(B) | 65.63º | 0.73% | 0.86% | - |
| XYZ | 51.59 | 64.49 | 14 | - |
| YUV | 197.28 | 50.53 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 60 | 0.07 | 0 | 0.73 | 0.14 | 65.63 | 0.7 | 0.55 |
| Hex | CD | DC | 3C | 7 | 0 | 49 | E | 42 | 46 | 37 |
| Octal | 315 | 334 | 74 | 7 | 0 | 111 | 16 | 102 | 106 | 67 |
| Binary | 11001101 | 11011100 | 111100 | 111 | 0 | 1001001 | 1110 | 1000010 | 1000110 | 110111 |
Color Harmonies of #CDDC3C
Complementary color
Monochromatic Colors of #CDDC3C
Black with #CDDC3C
Text Example
Text Example
White with #CDDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC3C; }
p { color: rgb(205,220,60); }
H1.HeaderClassName
{
color: #CDDC3C;
}
.AnyTagClassName
{
color: #CDDC3C;
}
</style>
background-color css
<style>
a { background-color: #CDDC3C; }
a { background-color: rgb(205,220,60); }
div.DivClassName
{
background-color: #CDDC3C;
}
.BgClassName
{
background-color: #CDDC3C;
}
</style>
border-color css
<style>
span { border-color: #CDDC3C; }
span { border-color: rgb(205,220,60); }
td.TdClassName
{
border-color: #CDDC3C;
}
.TagClassName
{
border-color: #CDDC3C;
}
</style>