Shades of Las Palmas #CCD338
Tints of Las Palmas #CCD338
RGB
CMYK
RGB Variations
Color information
#CCD338 (or 0xCCD338) is known color: Las Palmas. HEX triplet: CC, D3 and 38. RGB value is (204,211,56). Sum of RGB (Red+Green+Blue) = 204+211+56=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD338 is #332CC7. Grayscale: #BFBFBF. Windows color (decimal): -3353800 or 3724236. OLE color: 3724236.
HSL color Cylindrical-coordinate representation of color #CCD338: hue angle of 62.71º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCD338 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 56 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.17 |
| HSL | 62.71º | 0.64% | 0.52% | - |
| HSV(B) | 62.71º | 0.73% | 0.83% | - |
| XYZ | 48.91 | 59.71 | 12.69 | - |
| YUV | 191.24 | 51.68 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 56 | 0.03 | 0 | 0.73 | 0.17 | 62.71 | 0.64 | 0.52 |
| Hex | CC | D3 | 38 | 3 | 0 | 49 | 11 | 3F | 40 | 34 |
| Octal | 314 | 323 | 70 | 3 | 0 | 111 | 21 | 77 | 100 | 64 |
| Binary | 11001100 | 11010011 | 111000 | 11 | 0 | 1001001 | 10001 | 111111 | 1000000 | 110100 |
Color Harmonies of #CCD338
Complementary color
Monochromatic Colors of #CCD338
Black with #CCD338
Text Example
Text Example
White with #CCD338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD338; }
p { color: rgb(204,211,56); }
H1.HeaderClassName
{
color: #CCD338;
}
.AnyTagClassName
{
color: #CCD338;
}
</style>
background-color css
<style>
a { background-color: #CCD338; }
a { background-color: rgb(204,211,56); }
div.DivClassName
{
background-color: #CCD338;
}
.BgClassName
{
background-color: #CCD338;
}
</style>
border-color css
<style>
span { border-color: #CCD338; }
span { border-color: rgb(204,211,56); }
td.TdClassName
{
border-color: #CCD338;
}
.TagClassName
{
border-color: #CCD338;
}
</style>