Shades of Las Palmas #CED746
Tints of Las Palmas #CED746
RGB
CMYK
RGB Variations
Color information
#CED746 (or 0xCED746) is known color: Las Palmas. HEX triplet: CE, D7 and 46. RGB value is (206,215,70). Sum of RGB (Red+Green+Blue) = 206+215+70=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #CED746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED746 is #3128B9. Grayscale: #C4C4C4. Windows color (decimal): -3221690 or 4642766. OLE color: 4642766.
HSL color Cylindrical-coordinate representation of color #CED746: hue angle of 63.72º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CED746 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 70 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.16 |
| HSL | 63.72º | 0.64% | 0.56% | - |
| HSV(B) | 63.72º | 0.67% | 0.84% | - |
| XYZ | 50.86 | 62.16 | 15.11 | - |
| YUV | 195.78 | 57.02 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 70 | 0.04 | 0 | 0.67 | 0.16 | 63.72 | 0.64 | 0.56 |
| Hex | CE | D7 | 46 | 4 | 0 | 43 | 10 | 40 | 40 | 38 |
| Octal | 316 | 327 | 106 | 4 | 0 | 103 | 20 | 100 | 100 | 70 |
| Binary | 11001110 | 11010111 | 1000110 | 100 | 0 | 1000011 | 10000 | 1000000 | 1000000 | 111000 |
Color Harmonies of #CED746
Complementary color
Monochromatic Colors of #CED746
Black with #CED746
Text Example
Text Example
White with #CED746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED746; }
p { color: rgb(206,215,70); }
H1.HeaderClassName
{
color: #CED746;
}
.AnyTagClassName
{
color: #CED746;
}
</style>
background-color css
<style>
a { background-color: #CED746; }
a { background-color: rgb(206,215,70); }
div.DivClassName
{
background-color: #CED746;
}
.BgClassName
{
background-color: #CED746;
}
</style>
border-color css
<style>
span { border-color: #CED746; }
span { border-color: rgb(206,215,70); }
td.TdClassName
{
border-color: #CED746;
}
.TagClassName
{
border-color: #CED746;
}
</style>