Shades of Las Palmas #CCDA46
Tints of Las Palmas #CCDA46
RGB
CMYK
RGB Variations
Color information
#CCDA46 (or 0xCCDA46) is known color: Las Palmas. HEX triplet: CC, DA and 46. RGB value is (204,218,70). Sum of RGB (Red+Green+Blue) = 204+218+70=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 70 (27.73% from 255 or 14.23% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA46 is #3325B9. Grayscale: #C5C5C5. Windows color (decimal): -3351994 or 4643532. OLE color: 4643532.
HSL color Cylindrical-coordinate representation of color #CCDA46: hue angle of 65.68º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCDA46 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 70 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.15 |
| HSL | 65.68º | 0.67% | 0.56% | - |
| HSV(B) | 65.68º | 0.68% | 0.85% | - |
| XYZ | 51.08 | 63.42 | 15.34 | - |
| YUV | 196.94 | 56.36 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 70 | 0.06 | 0 | 0.68 | 0.15 | 65.68 | 0.67 | 0.56 |
| Hex | CC | DA | 46 | 6 | 0 | 44 | F | 42 | 43 | 38 |
| Octal | 314 | 332 | 106 | 6 | 0 | 104 | 17 | 102 | 103 | 70 |
| Binary | 11001100 | 11011010 | 1000110 | 110 | 0 | 1000100 | 1111 | 1000010 | 1000011 | 111000 |
Color Harmonies of #CCDA46
Complementary color
Monochromatic Colors of #CCDA46
Black with #CCDA46
Text Example
Text Example
White with #CCDA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA46; }
p { color: rgb(204,218,70); }
H1.HeaderClassName
{
color: #CCDA46;
}
.AnyTagClassName
{
color: #CCDA46;
}
</style>
background-color css
<style>
a { background-color: #CCDA46; }
a { background-color: rgb(204,218,70); }
div.DivClassName
{
background-color: #CCDA46;
}
.BgClassName
{
background-color: #CCDA46;
}
</style>
border-color css
<style>
span { border-color: #CCDA46; }
span { border-color: rgb(204,218,70); }
td.TdClassName
{
border-color: #CCDA46;
}
.TagClassName
{
border-color: #CCDA46;
}
</style>