Shades of Las Palmas #CCD93D
Tints of Las Palmas #CCD93D
RGB
CMYK
RGB Variations
Color information
#CCD93D (or 0xCCD93D) is known color: Las Palmas. HEX triplet: CC, D9 and 3D. RGB value is (204,217,61). Sum of RGB (Red+Green+Blue) = 204+217+61=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 61 (24.22% from 255 or 12.66% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD93D is #3326C2. Grayscale: #C3C3C3. Windows color (decimal): -3352259 or 4053452. OLE color: 4053452.
HSL color Cylindrical-coordinate representation of color #CCD93D: hue angle of 65º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCD93D is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 61 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.15 |
| HSL | 65º | 0.67% | 0.55% | - |
| HSV(B) | 65º | 0.72% | 0.85% | - |
| XYZ | 50.56 | 62.8 | 13.87 | - |
| YUV | 195.33 | 52.19 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 61 | 0.06 | 0 | 0.72 | 0.15 | 65 | 0.67 | 0.55 |
| Hex | CC | D9 | 3D | 6 | 0 | 48 | F | 41 | 43 | 37 |
| Octal | 314 | 331 | 75 | 6 | 0 | 110 | 17 | 101 | 103 | 67 |
| Binary | 11001100 | 11011001 | 111101 | 110 | 0 | 1001000 | 1111 | 1000001 | 1000011 | 110111 |
Color Harmonies of #CCD93D
Complementary color
Monochromatic Colors of #CCD93D
Black with #CCD93D
Text Example
Text Example
White with #CCD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD93D; }
p { color: rgb(204,217,61); }
H1.HeaderClassName
{
color: #CCD93D;
}
.AnyTagClassName
{
color: #CCD93D;
}
</style>
background-color css
<style>
a { background-color: #CCD93D; }
a { background-color: rgb(204,217,61); }
div.DivClassName
{
background-color: #CCD93D;
}
.BgClassName
{
background-color: #CCD93D;
}
</style>
border-color css
<style>
span { border-color: #CCD93D; }
span { border-color: rgb(204,217,61); }
td.TdClassName
{
border-color: #CCD93D;
}
.TagClassName
{
border-color: #CCD93D;
}
</style>