Shades of Las Palmas #CDDB3B
Tints of Las Palmas #CDDB3B
RGB
CMYK
RGB Variations
Color information
#CDDB3B (or 0xCDDB3B) is known color: Las Palmas. HEX triplet: CD, DB and 3B. RGB value is (205,219,59). Sum of RGB (Red+Green+Blue) = 205+219+59=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 59 (23.44% from 255 or 12.22% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB3B is #3224C4. Grayscale: #C5C5C5. Windows color (decimal): -3286213 or 3922893. OLE color: 3922893.
HSL color Cylindrical-coordinate representation of color #CDDB3B: hue angle of 65.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDDB3B is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 59 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.14 |
| HSL | 65.25º | 0.69% | 0.55% | - |
| HSV(B) | 65.25º | 0.73% | 0.86% | - |
| XYZ | 51.3 | 63.96 | 13.78 | - |
| YUV | 196.57 | 50.36 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 59 | 0.06 | 0 | 0.73 | 0.14 | 65.25 | 0.69 | 0.55 |
| Hex | CD | DB | 3B | 6 | 0 | 49 | E | 41 | 45 | 37 |
| Octal | 315 | 333 | 73 | 6 | 0 | 111 | 16 | 101 | 105 | 67 |
| Binary | 11001101 | 11011011 | 111011 | 110 | 0 | 1001001 | 1110 | 1000001 | 1000101 | 110111 |
Color Harmonies of #CDDB3B
Complementary color
Monochromatic Colors of #CDDB3B
Black with #CDDB3B
Text Example
Text Example
White with #CDDB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB3B; }
p { color: rgb(205,219,59); }
H1.HeaderClassName
{
color: #CDDB3B;
}
.AnyTagClassName
{
color: #CDDB3B;
}
</style>
background-color css
<style>
a { background-color: #CDDB3B; }
a { background-color: rgb(205,219,59); }
div.DivClassName
{
background-color: #CDDB3B;
}
.BgClassName
{
background-color: #CDDB3B;
}
</style>
border-color css
<style>
span { border-color: #CDDB3B; }
span { border-color: rgb(205,219,59); }
td.TdClassName
{
border-color: #CDDB3B;
}
.TagClassName
{
border-color: #CDDB3B;
}
</style>