Shades of Las Palmas #CED743
Tints of Las Palmas #CED743
RGB
CMYK
RGB Variations
Color information
#CED743 (or 0xCED743) is known color: Las Palmas. HEX triplet: CE, D7 and 43. RGB value is (206,215,67). Sum of RGB (Red+Green+Blue) = 206+215+67=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 67 (26.56% from 255 or 13.73% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #CED743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED743 is #3128BC. Grayscale: #C4C4C4. Windows color (decimal): -3221693 or 4446158. OLE color: 4446158.
HSL color Cylindrical-coordinate representation of color #CED743: hue angle of 63.65º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CED743 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 67 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.16 |
| HSL | 63.65º | 0.65% | 0.55% | - |
| HSV(B) | 63.65º | 0.69% | 0.84% | - |
| XYZ | 50.77 | 62.13 | 14.63 | - |
| YUV | 195.44 | 55.52 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 67 | 0.04 | 0 | 0.69 | 0.16 | 63.65 | 0.65 | 0.55 |
| Hex | CE | D7 | 43 | 4 | 0 | 45 | 10 | 40 | 41 | 37 |
| Octal | 316 | 327 | 103 | 4 | 0 | 105 | 20 | 100 | 101 | 67 |
| Binary | 11001110 | 11010111 | 1000011 | 100 | 0 | 1000101 | 10000 | 1000000 | 1000001 | 110111 |
Color Harmonies of #CED743
Complementary color
Monochromatic Colors of #CED743
Black with #CED743
Text Example
Text Example
White with #CED743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED743; }
p { color: rgb(206,215,67); }
H1.HeaderClassName
{
color: #CED743;
}
.AnyTagClassName
{
color: #CED743;
}
</style>
background-color css
<style>
a { background-color: #CED743; }
a { background-color: rgb(206,215,67); }
div.DivClassName
{
background-color: #CED743;
}
.BgClassName
{
background-color: #CED743;
}
</style>
border-color css
<style>
span { border-color: #CED743; }
span { border-color: rgb(206,215,67); }
td.TdClassName
{
border-color: #CED743;
}
.TagClassName
{
border-color: #CED743;
}
</style>