Shades of Las Palmas #CCDB3B
Tints of Las Palmas #CCDB3B
RGB
CMYK
RGB Variations
Color information
#CCDB3B (or 0xCCDB3B) is known color: Las Palmas. HEX triplet: CC, DB and 3B. RGB value is (204,219,59). Sum of RGB (Red+Green+Blue) = 204+219+59=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 59 (23.44% from 255 or 12.24% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB3B is #3324C4. Grayscale: #C4C4C4. Windows color (decimal): -3351749 or 3922892. OLE color: 3922892.
HSL color Cylindrical-coordinate representation of color #CCDB3B: hue angle of 65.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCDB3B is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 59 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.14 |
| HSL | 65.63º | 0.69% | 0.55% | - |
| HSV(B) | 65.63º | 0.73% | 0.86% | - |
| XYZ | 51.02 | 63.82 | 13.77 | - |
| YUV | 196.28 | 50.53 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 59 | 0.07 | 0 | 0.73 | 0.14 | 65.63 | 0.69 | 0.55 |
| Hex | CC | DB | 3B | 7 | 0 | 49 | E | 42 | 45 | 37 |
| Octal | 314 | 333 | 73 | 7 | 0 | 111 | 16 | 102 | 105 | 67 |
| Binary | 11001100 | 11011011 | 111011 | 111 | 0 | 1001001 | 1110 | 1000010 | 1000101 | 110111 |
Color Harmonies of #CCDB3B
Complementary color
Monochromatic Colors of #CCDB3B
Black with #CCDB3B
Text Example
Text Example
White with #CCDB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB3B; }
p { color: rgb(204,219,59); }
H1.HeaderClassName
{
color: #CCDB3B;
}
.AnyTagClassName
{
color: #CCDB3B;
}
</style>
background-color css
<style>
a { background-color: #CCDB3B; }
a { background-color: rgb(204,219,59); }
div.DivClassName
{
background-color: #CCDB3B;
}
.BgClassName
{
background-color: #CCDB3B;
}
</style>
border-color css
<style>
span { border-color: #CCDB3B; }
span { border-color: rgb(204,219,59); }
td.TdClassName
{
border-color: #CCDB3B;
}
.TagClassName
{
border-color: #CCDB3B;
}
</style>