Shades of Las Palmas #CDD33D
Tints of Las Palmas #CDD33D
RGB
CMYK
RGB Variations
Color information
#CDD33D (or 0xCDD33D) is known color: Las Palmas. HEX triplet: CD, D3 and 3D. RGB value is (205,211,61). Sum of RGB (Red+Green+Blue) = 205+211+61=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 61 (24.22% from 255 or 12.79% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD33D is #322CC2. Grayscale: #C0C0C0. Windows color (decimal): -3288259 or 4051917. OLE color: 4051917.
HSL color Cylindrical-coordinate representation of color #CDD33D: hue angle of 62.4º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDD33D is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 61 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.17 |
| HSL | 62.4º | 0.63% | 0.53% | - |
| HSV(B) | 62.4º | 0.71% | 0.83% | - |
| XYZ | 49.31 | 59.9 | 13.38 | - |
| YUV | 192.11 | 54.01 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 61 | 0.03 | 0 | 0.71 | 0.17 | 62.4 | 0.63 | 0.53 |
| Hex | CD | D3 | 3D | 3 | 0 | 47 | 11 | 3E | 3F | 35 |
| Octal | 315 | 323 | 75 | 3 | 0 | 107 | 21 | 76 | 77 | 65 |
| Binary | 11001101 | 11010011 | 111101 | 11 | 0 | 1000111 | 10001 | 111110 | 111111 | 110101 |
Color Harmonies of #CDD33D
Complementary color
Monochromatic Colors of #CDD33D
Black with #CDD33D
Text Example
Text Example
White with #CDD33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD33D; }
p { color: rgb(205,211,61); }
H1.HeaderClassName
{
color: #CDD33D;
}
.AnyTagClassName
{
color: #CDD33D;
}
</style>
background-color css
<style>
a { background-color: #CDD33D; }
a { background-color: rgb(205,211,61); }
div.DivClassName
{
background-color: #CDD33D;
}
.BgClassName
{
background-color: #CDD33D;
}
</style>
border-color css
<style>
span { border-color: #CDD33D; }
span { border-color: rgb(205,211,61); }
td.TdClassName
{
border-color: #CDD33D;
}
.TagClassName
{
border-color: #CDD33D;
}
</style>