Shades of Las Palmas #CDDB38
Tints of Las Palmas #CDDB38
RGB
CMYK
RGB Variations
Color information
#CDDB38 (or 0xCDDB38) is known color: Las Palmas. HEX triplet: CD, DB and 38. RGB value is (205,219,56). Sum of RGB (Red+Green+Blue) = 205+219+56=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 56 (22.27% from 255 or 11.67% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB38 is #3224C7. Grayscale: #C4C4C4. Windows color (decimal): -3286216 or 3726285. OLE color: 3726285.
HSL color Cylindrical-coordinate representation of color #CDDB38: hue angle of 65.15º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDDB38 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 56 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.14 |
| HSL | 65.15º | 0.69% | 0.54% | - |
| HSV(B) | 65.15º | 0.74% | 0.86% | - |
| XYZ | 51.22 | 63.93 | 13.38 | - |
| YUV | 196.23 | 48.86 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 56 | 0.06 | 0 | 0.74 | 0.14 | 65.15 | 0.69 | 0.54 |
| Hex | CD | DB | 38 | 6 | 0 | 4A | E | 41 | 45 | 36 |
| Octal | 315 | 333 | 70 | 6 | 0 | 112 | 16 | 101 | 105 | 66 |
| Binary | 11001101 | 11011011 | 111000 | 110 | 0 | 1001010 | 1110 | 1000001 | 1000101 | 110110 |
Color Harmonies of #CDDB38
Complementary color
Monochromatic Colors of #CDDB38
Black with #CDDB38
Text Example
Text Example
White with #CDDB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB38; }
p { color: rgb(205,219,56); }
H1.HeaderClassName
{
color: #CDDB38;
}
.AnyTagClassName
{
color: #CDDB38;
}
</style>
background-color css
<style>
a { background-color: #CDDB38; }
a { background-color: rgb(205,219,56); }
div.DivClassName
{
background-color: #CDDB38;
}
.BgClassName
{
background-color: #CDDB38;
}
</style>
border-color css
<style>
span { border-color: #CDDB38; }
span { border-color: rgb(205,219,56); }
td.TdClassName
{
border-color: #CDDB38;
}
.TagClassName
{
border-color: #CDDB38;
}
</style>