Shades of Las Palmas #CCD74D
Tints of Las Palmas #CCD74D
RGB
CMYK
RGB Variations
Color information
#CCD74D (or 0xCCD74D) is known color: Las Palmas. HEX triplet: CC, D7 and 4D. RGB value is (204,215,77). Sum of RGB (Red+Green+Blue) = 204+215+77=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD74D is #3328B2. Grayscale: #C4C4C4. Windows color (decimal): -3352755 or 5101516. OLE color: 5101516.
HSL color Cylindrical-coordinate representation of color #CCD74D: hue angle of 64.78º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCD74D is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 77 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.16 |
| HSL | 64.78º | 0.63% | 0.57% | - |
| HSV(B) | 64.78º | 0.64% | 0.84% | - |
| XYZ | 50.54 | 61.97 | 16.32 | - |
| YUV | 195.98 | 60.86 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 77 | 0.05 | 0 | 0.64 | 0.16 | 64.78 | 0.63 | 0.57 |
| Hex | CC | D7 | 4D | 5 | 0 | 40 | 10 | 41 | 3F | 39 |
| Octal | 314 | 327 | 115 | 5 | 0 | 100 | 20 | 101 | 77 | 71 |
| Binary | 11001100 | 11010111 | 1001101 | 101 | 0 | 1000000 | 10000 | 1000001 | 111111 | 111001 |
Color Harmonies of #CCD74D
Complementary color
Monochromatic Colors of #CCD74D
Black with #CCD74D
Text Example
Text Example
White with #CCD74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD74D; }
p { color: rgb(204,215,77); }
H1.HeaderClassName
{
color: #CCD74D;
}
.AnyTagClassName
{
color: #CCD74D;
}
</style>
background-color css
<style>
a { background-color: #CCD74D; }
a { background-color: rgb(204,215,77); }
div.DivClassName
{
background-color: #CCD74D;
}
.BgClassName
{
background-color: #CCD74D;
}
</style>
border-color css
<style>
span { border-color: #CCD74D; }
span { border-color: rgb(204,215,77); }
td.TdClassName
{
border-color: #CCD74D;
}
.TagClassName
{
border-color: #CCD74D;
}
</style>