Shades of Las Palmas #CCDB4B
Tints of Las Palmas #CCDB4B
RGB
CMYK
RGB Variations
Color information
#CCDB4B (or 0xCCDB4B) is known color: Las Palmas. HEX triplet: CC, DB and 4B. RGB value is (204,219,75). Sum of RGB (Red+Green+Blue) = 204+219+75=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB4B is #3324B4. Grayscale: #C6C6C6. Windows color (decimal): -3351733 or 4971468. OLE color: 4971468.
HSL color Cylindrical-coordinate representation of color #CCDB4B: hue angle of 66.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCDB4B is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 75 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.14 |
| HSL | 66.25º | 0.67% | 0.58% | - |
| HSV(B) | 66.25º | 0.66% | 0.86% | - |
| XYZ | 51.5 | 64.01 | 16.3 | - |
| YUV | 198.1 | 58.53 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 75 | 0.07 | 0 | 0.66 | 0.14 | 66.25 | 0.67 | 0.58 |
| Hex | CC | DB | 4B | 7 | 0 | 42 | E | 42 | 43 | 3A |
| Octal | 314 | 333 | 113 | 7 | 0 | 102 | 16 | 102 | 103 | 72 |
| Binary | 11001100 | 11011011 | 1001011 | 111 | 0 | 1000010 | 1110 | 1000010 | 1000011 | 111010 |
Color Harmonies of #CCDB4B
Complementary color
Monochromatic Colors of #CCDB4B
Black with #CCDB4B
Text Example
Text Example
White with #CCDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB4B; }
p { color: rgb(204,219,75); }
H1.HeaderClassName
{
color: #CCDB4B;
}
.AnyTagClassName
{
color: #CCDB4B;
}
</style>
background-color css
<style>
a { background-color: #CCDB4B; }
a { background-color: rgb(204,219,75); }
div.DivClassName
{
background-color: #CCDB4B;
}
.BgClassName
{
background-color: #CCDB4B;
}
</style>
border-color css
<style>
span { border-color: #CCDB4B; }
span { border-color: rgb(204,219,75); }
td.TdClassName
{
border-color: #CCDB4B;
}
.TagClassName
{
border-color: #CCDB4B;
}
</style>