Shades of Las Palmas #CDDC43
Tints of Las Palmas #CDDC43
RGB
CMYK
RGB Variations
Color information
#CDDC43 (or 0xCDDC43) is known color: Las Palmas. HEX triplet: CD, DC and 43. RGB value is (205,220,67). Sum of RGB (Red+Green+Blue) = 205+220+67=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 67 (26.56% from 255 or 13.62% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC43 is #3223BC. Grayscale: #C6C6C6. Windows color (decimal): -3285949 or 4447437. OLE color: 4447437.
HSL color Cylindrical-coordinate representation of color #CDDC43: hue angle of 65.88º degrees, saturation: 0.69, 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 #CDDC43 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 67 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.14 |
| HSL | 65.88º | 0.69% | 0.56% | - |
| HSV(B) | 65.88º | 0.7% | 0.86% | - |
| XYZ | 51.78 | 64.57 | 15.04 | - |
| YUV | 198.07 | 54.03 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 67 | 0.07 | 0 | 0.70 | 0.14 | 65.88 | 0.69 | 0.56 |
| Hex | CD | DC | 43 | 7 | 0 | 46 | E | 42 | 45 | 38 |
| Octal | 315 | 334 | 103 | 7 | 0 | 106 | 16 | 102 | 105 | 70 |
| Binary | 11001101 | 11011100 | 1000011 | 111 | 0 | 1000110 | 1110 | 1000010 | 1000101 | 111000 |
Color Harmonies of #CDDC43
Complementary color
Monochromatic Colors of #CDDC43
Black with #CDDC43
Text Example
Text Example
White with #CDDC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC43; }
p { color: rgb(205,220,67); }
H1.HeaderClassName
{
color: #CDDC43;
}
.AnyTagClassName
{
color: #CDDC43;
}
</style>
background-color css
<style>
a { background-color: #CDDC43; }
a { background-color: rgb(205,220,67); }
div.DivClassName
{
background-color: #CDDC43;
}
.BgClassName
{
background-color: #CDDC43;
}
</style>
border-color css
<style>
span { border-color: #CDDC43; }
span { border-color: rgb(205,220,67); }
td.TdClassName
{
border-color: #CDDC43;
}
.TagClassName
{
border-color: #CDDC43;
}
</style>