Shades of Las Palmas #CCDA4D
Tints of Las Palmas #CCDA4D
RGB
CMYK
RGB Variations
Color information
#CCDA4D (or 0xCCDA4D) is known color: Las Palmas. HEX triplet: CC, DA and 4D. RGB value is (204,218,77). Sum of RGB (Red+Green+Blue) = 204+218+77=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA4D is #3325B2. Grayscale: #C6C6C6. Windows color (decimal): -3351987 or 5102284. OLE color: 5102284.
HSL color Cylindrical-coordinate representation of color #CCDA4D: hue angle of 65.96º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCDA4D is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 218 | 77 | - |
CMYK | 0.06 | 0 | 0.65 | 0.15 |
HSL | 65.96º | 0.66% | 0.58% | - |
HSV(B) | 65.96º | 0.65% | 0.85% | - |
XYZ | 51.31 | 63.52 | 16.58 | - |
YUV | 197.74 | 59.86 | 132.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 218 | 77 | 0.06 | 0 | 0.65 | 0.15 | 65.96 | 0.66 | 0.58 |
Hex | CC | DA | 4D | 6 | 0 | 41 | F | 42 | 42 | 3A |
Octal | 314 | 332 | 115 | 6 | 0 | 101 | 17 | 102 | 102 | 72 |
Binary | 11001100 | 11011010 | 1001101 | 110 | 0 | 1000001 | 1111 | 1000010 | 1000010 | 111010 |
Color Harmonies of #CCDA4D
Complementary color
Monochromatic Colors of #CCDA4D
Black with #CCDA4D
Text Example
Text Example
White with #CCDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA4D; }
p { color: rgb(204,218,77); }
H1.HeaderClassName
{
color: #CCDA4D;
}
.AnyTagClassName
{
color: #CCDA4D;
}
</style>
background-color css
<style>
a { background-color: #CCDA4D; }
a { background-color: rgb(204,218,77); }
div.DivClassName
{
background-color: #CCDA4D;
}
.BgClassName
{
background-color: #CCDA4D;
}
</style>
border-color css
<style>
span { border-color: #CCDA4D; }
span { border-color: rgb(204,218,77); }
td.TdClassName
{
border-color: #CCDA4D;
}
.TagClassName
{
border-color: #CCDA4D;
}
</style>