Shades of Las Palmas #CCDB3E
Tints of Las Palmas #CCDB3E
RGB
CMYK
RGB Variations
Color information
#CCDB3E (or 0xCCDB3E) is known color: Las Palmas. HEX triplet: CC, DB and 3E. RGB value is (204,219,62). Sum of RGB (Red+Green+Blue) = 204+219+62=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 62 (24.61% from 255 or 12.78% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB3E is #3324C1. Grayscale: #C5C5C5. Windows color (decimal): -3351746 or 4119500. OLE color: 4119500.
HSL color Cylindrical-coordinate representation of color #CCDB3E: hue angle of 65.73º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCDB3E is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 62 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.14 |
| HSL | 65.73º | 0.69% | 0.55% | - |
| HSV(B) | 65.73º | 0.72% | 0.86% | - |
| XYZ | 51.1 | 63.85 | 14.19 | - |
| YUV | 196.62 | 52.03 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 62 | 0.07 | 0 | 0.72 | 0.14 | 65.73 | 0.69 | 0.55 |
| Hex | CC | DB | 3E | 7 | 0 | 48 | E | 42 | 45 | 37 |
| Octal | 314 | 333 | 76 | 7 | 0 | 110 | 16 | 102 | 105 | 67 |
| Binary | 11001100 | 11011011 | 111110 | 111 | 0 | 1001000 | 1110 | 1000010 | 1000101 | 110111 |
Color Harmonies of #CCDB3E
Complementary color
Monochromatic Colors of #CCDB3E
Black with #CCDB3E
Text Example
Text Example
White with #CCDB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB3E; }
p { color: rgb(204,219,62); }
H1.HeaderClassName
{
color: #CCDB3E;
}
.AnyTagClassName
{
color: #CCDB3E;
}
</style>
background-color css
<style>
a { background-color: #CCDB3E; }
a { background-color: rgb(204,219,62); }
div.DivClassName
{
background-color: #CCDB3E;
}
.BgClassName
{
background-color: #CCDB3E;
}
</style>
border-color css
<style>
span { border-color: #CCDB3E; }
span { border-color: rgb(204,219,62); }
td.TdClassName
{
border-color: #CCDB3E;
}
.TagClassName
{
border-color: #CCDB3E;
}
</style>