Shades of Las Palmas #CDDC3A
Tints of Las Palmas #CDDC3A
RGB
CMYK
RGB Variations
Color information
#CDDC3A (or 0xCDDC3A) is known color: Las Palmas. HEX triplet: CD, DC and 3A. RGB value is (205,220,58). Sum of RGB (Red+Green+Blue) = 205+220+58=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 58 (23.05% from 255 or 12.01% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC3A is #3223C5. Grayscale: #C5C5C5. Windows color (decimal): -3285958 or 3857613. OLE color: 3857613.
HSL color Cylindrical-coordinate representation of color #CDDC3A: hue angle of 65.56º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDDC3A is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 58 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.14 |
| HSL | 65.56º | 0.7% | 0.55% | - |
| HSV(B) | 65.56º | 0.74% | 0.86% | - |
| XYZ | 51.53 | 64.47 | 13.73 | - |
| YUV | 197.05 | 49.53 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 58 | 0.07 | 0 | 0.74 | 0.14 | 65.56 | 0.7 | 0.55 |
| Hex | CD | DC | 3A | 7 | 0 | 4A | E | 42 | 46 | 37 |
| Octal | 315 | 334 | 72 | 7 | 0 | 112 | 16 | 102 | 106 | 67 |
| Binary | 11001101 | 11011100 | 111010 | 111 | 0 | 1001010 | 1110 | 1000010 | 1000110 | 110111 |
Color Harmonies of #CDDC3A
Complementary color
Monochromatic Colors of #CDDC3A
Black with #CDDC3A
Text Example
Text Example
White with #CDDC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC3A; }
p { color: rgb(205,220,58); }
H1.HeaderClassName
{
color: #CDDC3A;
}
.AnyTagClassName
{
color: #CDDC3A;
}
</style>
background-color css
<style>
a { background-color: #CDDC3A; }
a { background-color: rgb(205,220,58); }
div.DivClassName
{
background-color: #CDDC3A;
}
.BgClassName
{
background-color: #CDDC3A;
}
</style>
border-color css
<style>
span { border-color: #CDDC3A; }
span { border-color: rgb(205,220,58); }
td.TdClassName
{
border-color: #CDDC3A;
}
.TagClassName
{
border-color: #CDDC3A;
}
</style>