Shades of Las Palmas #CCDB43
Tints of Las Palmas #CCDB43
RGB
CMYK
RGB Variations
Color information
#CCDB43 (or 0xCCDB43) is known color: Las Palmas. HEX triplet: CC, DB and 43. RGB value is (204,219,67). Sum of RGB (Red+Green+Blue) = 204+219+67=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 67 (26.56% from 255 or 13.67% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB43 is #3324BC. Grayscale: #C5C5C5. Windows color (decimal): -3351741 or 4447180. OLE color: 4447180.
HSL color Cylindrical-coordinate representation of color #CCDB43: hue angle of 65.92º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCDB43 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 67 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.14 |
| HSL | 65.92º | 0.68% | 0.56% | - |
| HSV(B) | 65.92º | 0.69% | 0.86% | - |
| XYZ | 51.25 | 63.91 | 14.94 | - |
| YUV | 197.19 | 54.53 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 67 | 0.07 | 0 | 0.69 | 0.14 | 65.92 | 0.68 | 0.56 |
| Hex | CC | DB | 43 | 7 | 0 | 45 | E | 42 | 44 | 38 |
| Octal | 314 | 333 | 103 | 7 | 0 | 105 | 16 | 102 | 104 | 70 |
| Binary | 11001100 | 11011011 | 1000011 | 111 | 0 | 1000101 | 1110 | 1000010 | 1000100 | 111000 |
Color Harmonies of #CCDB43
Complementary color
Monochromatic Colors of #CCDB43
Black with #CCDB43
Text Example
Text Example
White with #CCDB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB43; }
p { color: rgb(204,219,67); }
H1.HeaderClassName
{
color: #CCDB43;
}
.AnyTagClassName
{
color: #CCDB43;
}
</style>
background-color css
<style>
a { background-color: #CCDB43; }
a { background-color: rgb(204,219,67); }
div.DivClassName
{
background-color: #CCDB43;
}
.BgClassName
{
background-color: #CCDB43;
}
</style>
border-color css
<style>
span { border-color: #CCDB43; }
span { border-color: rgb(204,219,67); }
td.TdClassName
{
border-color: #CCDB43;
}
.TagClassName
{
border-color: #CCDB43;
}
</style>