Shades of Las Palmas #CCDB3D
Tints of Las Palmas #CCDB3D
RGB
CMYK
RGB Variations
Color information
#CCDB3D (or 0xCCDB3D) is known color: Las Palmas. HEX triplet: CC, DB and 3D. RGB value is (204,219,61). Sum of RGB (Red+Green+Blue) = 204+219+61=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 61 (24.22% from 255 or 12.60% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB3D is #3324C2. Grayscale: #C5C5C5. Windows color (decimal): -3351747 or 4053964. OLE color: 4053964.
HSL color Cylindrical-coordinate representation of color #CCDB3D: hue angle of 65.7º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCDB3D is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 61 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.14 |
| HSL | 65.7º | 0.69% | 0.55% | - |
| HSV(B) | 65.7º | 0.72% | 0.86% | - |
| XYZ | 51.08 | 63.84 | 14.04 | - |
| YUV | 196.5 | 51.53 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 61 | 0.07 | 0 | 0.72 | 0.14 | 65.7 | 0.69 | 0.55 |
| Hex | CC | DB | 3D | 7 | 0 | 48 | E | 42 | 45 | 37 |
| Octal | 314 | 333 | 75 | 7 | 0 | 110 | 16 | 102 | 105 | 67 |
| Binary | 11001100 | 11011011 | 111101 | 111 | 0 | 1001000 | 1110 | 1000010 | 1000101 | 110111 |
Color Harmonies of #CCDB3D
Complementary color
Monochromatic Colors of #CCDB3D
Black with #CCDB3D
Text Example
Text Example
White with #CCDB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB3D; }
p { color: rgb(204,219,61); }
H1.HeaderClassName
{
color: #CCDB3D;
}
.AnyTagClassName
{
color: #CCDB3D;
}
</style>
background-color css
<style>
a { background-color: #CCDB3D; }
a { background-color: rgb(204,219,61); }
div.DivClassName
{
background-color: #CCDB3D;
}
.BgClassName
{
background-color: #CCDB3D;
}
</style>
border-color css
<style>
span { border-color: #CCDB3D; }
span { border-color: rgb(204,219,61); }
td.TdClassName
{
border-color: #CCDB3D;
}
.TagClassName
{
border-color: #CCDB3D;
}
</style>