Shades of Las Palmas #CCD93F
Tints of Las Palmas #CCD93F
RGB
CMYK
RGB Variations
Color information
#CCD93F (or 0xCCD93F) is known color: Las Palmas. HEX triplet: CC, D9 and 3F. RGB value is (204,217,63). Sum of RGB (Red+Green+Blue) = 204+217+63=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 63 (25% from 255 or 13.02% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD93F is #3326C0. Grayscale: #C4C4C4. Windows color (decimal): -3352257 or 4184524. OLE color: 4184524.
HSL color Cylindrical-coordinate representation of color #CCD93F: hue angle of 65.06º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCD93F is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 63 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.15 |
| HSL | 65.06º | 0.67% | 0.55% | - |
| HSV(B) | 65.06º | 0.71% | 0.85% | - |
| XYZ | 50.61 | 62.82 | 14.16 | - |
| YUV | 195.56 | 53.19 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 63 | 0.06 | 0 | 0.71 | 0.15 | 65.06 | 0.67 | 0.55 |
| Hex | CC | D9 | 3F | 6 | 0 | 47 | F | 41 | 43 | 37 |
| Octal | 314 | 331 | 77 | 6 | 0 | 107 | 17 | 101 | 103 | 67 |
| Binary | 11001100 | 11011001 | 111111 | 110 | 0 | 1000111 | 1111 | 1000001 | 1000011 | 110111 |
Color Harmonies of #CCD93F
Complementary color
Monochromatic Colors of #CCD93F
Black with #CCD93F
Text Example
Text Example
White with #CCD93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD93F; }
p { color: rgb(204,217,63); }
H1.HeaderClassName
{
color: #CCD93F;
}
.AnyTagClassName
{
color: #CCD93F;
}
</style>
background-color css
<style>
a { background-color: #CCD93F; }
a { background-color: rgb(204,217,63); }
div.DivClassName
{
background-color: #CCD93F;
}
.BgClassName
{
background-color: #CCD93F;
}
</style>
border-color css
<style>
span { border-color: #CCD93F; }
span { border-color: rgb(204,217,63); }
td.TdClassName
{
border-color: #CCD93F;
}
.TagClassName
{
border-color: #CCD93F;
}
</style>