Shades of Las Palmas #CCDB46
Tints of Las Palmas #CCDB46
RGB
CMYK
RGB Variations
Color information
#CCDB46 (or 0xCCDB46) is known color: Las Palmas. HEX triplet: CC, DB and 46. RGB value is (204,219,70). Sum of RGB (Red+Green+Blue) = 204+219+70=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 70 (27.73% from 255 or 14.20% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB46 is #3324B9. Grayscale: #C6C6C6. Windows color (decimal): -3351738 or 4643788. OLE color: 4643788.
HSL color Cylindrical-coordinate representation of color #CCDB46: hue angle of 66.04º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCDB46 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 219 | 70 | - |
CMYK | 0.07 | 0 | 0.68 | 0.14 |
HSL | 66.04º | 0.67% | 0.57% | - |
HSV(B) | 66.04º | 0.68% | 0.86% | - |
XYZ | 51.34 | 63.94 | 15.43 | - |
YUV | 197.53 | 56.03 | 132.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 70 | 0.07 | 0 | 0.68 | 0.14 | 66.04 | 0.67 | 0.57 |
Hex | CC | DB | 46 | 7 | 0 | 44 | E | 42 | 43 | 39 |
Octal | 314 | 333 | 106 | 7 | 0 | 104 | 16 | 102 | 103 | 71 |
Binary | 11001100 | 11011011 | 1000110 | 111 | 0 | 1000100 | 1110 | 1000010 | 1000011 | 111001 |
Color Harmonies of #CCDB46
Complementary color
Monochromatic Colors of #CCDB46
Black with #CCDB46
Text Example
Text Example
White with #CCDB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB46; }
p { color: rgb(204,219,70); }
H1.HeaderClassName
{
color: #CCDB46;
}
.AnyTagClassName
{
color: #CCDB46;
}
</style>
background-color css
<style>
a { background-color: #CCDB46; }
a { background-color: rgb(204,219,70); }
div.DivClassName
{
background-color: #CCDB46;
}
.BgClassName
{
background-color: #CCDB46;
}
</style>
border-color css
<style>
span { border-color: #CCDB46; }
span { border-color: rgb(204,219,70); }
td.TdClassName
{
border-color: #CCDB46;
}
.TagClassName
{
border-color: #CCDB46;
}
</style>