Shades of Las Palmas #C9DB42
Tints of Las Palmas #C9DB42
RGB
CMYK
RGB Variations
Color information
#C9DB42 (or 0xC9DB42) is known color: Las Palmas. HEX triplet: C9, DB and 42. RGB value is (201,219,66). Sum of RGB (Red+Green+Blue) = 201+219+66=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 66 (26.17% from 255 or 13.58% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DB42 is #3624BD. Grayscale: #C4C4C4. Windows color (decimal): -3548350 or 4381641. OLE color: 4381641.
HSL color Cylindrical-coordinate representation of color #C9DB42: hue angle of 67.06º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9DB42 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 66 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.14 |
| HSL | 67.06º | 0.68% | 0.56% | - |
| HSV(B) | 67.06º | 0.7% | 0.86% | - |
| XYZ | 50.4 | 63.47 | 14.75 | - |
| YUV | 196.18 | 54.54 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 66 | 0.08 | 0 | 0.70 | 0.14 | 67.06 | 0.68 | 0.56 |
| Hex | C9 | DB | 42 | 8 | 0 | 46 | E | 43 | 44 | 38 |
| Octal | 311 | 333 | 102 | 10 | 0 | 106 | 16 | 103 | 104 | 70 |
| Binary | 11001001 | 11011011 | 1000010 | 1000 | 0 | 1000110 | 1110 | 1000011 | 1000100 | 111000 |
Color Harmonies of #C9DB42
Complementary color
Monochromatic Colors of #C9DB42
Black with #C9DB42
Text Example
Text Example
White with #C9DB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DB42; }
p { color: rgb(201,219,66); }
H1.HeaderClassName
{
color: #C9DB42;
}
.AnyTagClassName
{
color: #C9DB42;
}
</style>
background-color css
<style>
a { background-color: #C9DB42; }
a { background-color: rgb(201,219,66); }
div.DivClassName
{
background-color: #C9DB42;
}
.BgClassName
{
background-color: #C9DB42;
}
</style>
border-color css
<style>
span { border-color: #C9DB42; }
span { border-color: rgb(201,219,66); }
td.TdClassName
{
border-color: #C9DB42;
}
.TagClassName
{
border-color: #C9DB42;
}
</style>