Shades of Las Palmas #CCDB3F
Tints of Las Palmas #CCDB3F
RGB
CMYK
RGB Variations
Color information
#CCDB3F (or 0xCCDB3F) is known color: Las Palmas. HEX triplet: CC, DB and 3F. RGB value is (204,219,63). Sum of RGB (Red+Green+Blue) = 204+219+63=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 63 (25% from 255 or 12.96% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB3F is #3324C0. Grayscale: #C5C5C5. Windows color (decimal): -3351745 or 4185036. OLE color: 4185036.
HSL color Cylindrical-coordinate representation of color #CCDB3F: hue angle of 65.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCDB3F is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 63 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.14 |
| HSL | 65.77º | 0.68% | 0.55% | - |
| HSV(B) | 65.77º | 0.71% | 0.86% | - |
| XYZ | 51.13 | 63.86 | 14.33 | - |
| YUV | 196.73 | 52.53 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 63 | 0.07 | 0 | 0.71 | 0.14 | 65.77 | 0.68 | 0.55 |
| Hex | CC | DB | 3F | 7 | 0 | 47 | E | 42 | 44 | 37 |
| Octal | 314 | 333 | 77 | 7 | 0 | 107 | 16 | 102 | 104 | 67 |
| Binary | 11001100 | 11011011 | 111111 | 111 | 0 | 1000111 | 1110 | 1000010 | 1000100 | 110111 |
Color Harmonies of #CCDB3F
Complementary color
Monochromatic Colors of #CCDB3F
Black with #CCDB3F
Text Example
Text Example
White with #CCDB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB3F; }
p { color: rgb(204,219,63); }
H1.HeaderClassName
{
color: #CCDB3F;
}
.AnyTagClassName
{
color: #CCDB3F;
}
</style>
background-color css
<style>
a { background-color: #CCDB3F; }
a { background-color: rgb(204,219,63); }
div.DivClassName
{
background-color: #CCDB3F;
}
.BgClassName
{
background-color: #CCDB3F;
}
</style>
border-color css
<style>
span { border-color: #CCDB3F; }
span { border-color: rgb(204,219,63); }
td.TdClassName
{
border-color: #CCDB3F;
}
.TagClassName
{
border-color: #CCDB3F;
}
</style>