Shades of Confetti #CDD34F
Tints of Confetti #CDD34F
RGB
CMYK
RGB Variations
Color information
#CDD34F (or 0xCDD34F) is known color: Confetti. HEX triplet: CD, D3 and 4F. RGB value is (205,211,79). Sum of RGB (Red+Green+Blue) = 205+211+79=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD34F is #322CB0. Grayscale: #C2C2C2. Windows color (decimal): -3288241 or 5231565. OLE color: 5231565.
HSL color Cylindrical-coordinate representation of color #CDD34F: hue angle of 62.73º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDD34F is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 79 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.17 |
| HSL | 62.73º | 0.6% | 0.57% | - |
| HSV(B) | 62.73º | 0.63% | 0.83% | - |
| XYZ | 49.88 | 60.13 | 16.37 | - |
| YUV | 194.16 | 63.01 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 79 | 0.03 | 0 | 0.63 | 0.17 | 62.73 | 0.6 | 0.57 |
| Hex | CD | D3 | 4F | 3 | 0 | 3F | 11 | 3F | 3C | 39 |
| Octal | 315 | 323 | 117 | 3 | 0 | 77 | 21 | 77 | 74 | 71 |
| Binary | 11001101 | 11010011 | 1001111 | 11 | 0 | 111111 | 10001 | 111111 | 111100 | 111001 |
Color Harmonies of #CDD34F
Complementary color
Monochromatic Colors of #CDD34F
Black with #CDD34F
Text Example
Text Example
White with #CDD34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD34F; }
p { color: rgb(205,211,79); }
H1.HeaderClassName
{
color: #CDD34F;
}
.AnyTagClassName
{
color: #CDD34F;
}
</style>
background-color css
<style>
a { background-color: #CDD34F; }
a { background-color: rgb(205,211,79); }
div.DivClassName
{
background-color: #CDD34F;
}
.BgClassName
{
background-color: #CDD34F;
}
</style>
border-color css
<style>
span { border-color: #CDD34F; }
span { border-color: rgb(205,211,79); }
td.TdClassName
{
border-color: #CDD34F;
}
.TagClassName
{
border-color: #CDD34F;
}
</style>