Shades of Confetti #CDC64F
Tints of Confetti #CDC64F
RGB
CMYK
RGB Variations
Color information
#CDC64F (or 0xCDC64F) is known color: Confetti. HEX triplet: CD, C6 and 4F. RGB value is (205,198,79). Sum of RGB (Red+Green+Blue) = 205+198+79=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 79 (31.25% from 255 or 16.39% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC64F is #3239B0. Grayscale: #BBBBBB. Windows color (decimal): -3291569 or 5228237. OLE color: 5228237.
HSL color Cylindrical-coordinate representation of color #CDC64F: hue angle of 56.67º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDC64F is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 79 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.20 |
| HSL | 56.67º | 0.56% | 0.56% | - |
| HSV(B) | 56.67º | 0.61% | 0.8% | - |
| XYZ | 46.78 | 53.93 | 15.34 | - |
| YUV | 186.53 | 67.32 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 79 | 0 | 0.03 | 0.61 | 0.20 | 56.67 | 0.56 | 0.56 |
| Hex | CD | C6 | 4F | 0 | 3 | 3D | 14 | 39 | 38 | 38 |
| Octal | 315 | 306 | 117 | 0 | 3 | 75 | 24 | 71 | 70 | 70 |
| Binary | 11001101 | 11000110 | 1001111 | 0 | 11 | 111101 | 10100 | 111001 | 111000 | 111000 |
Color Harmonies of #CDC64F
Complementary color
Monochromatic Colors of #CDC64F
Black with #CDC64F
Text Example
Text Example
White with #CDC64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC64F; }
p { color: rgb(205,198,79); }
H1.HeaderClassName
{
color: #CDC64F;
}
.AnyTagClassName
{
color: #CDC64F;
}
</style>
background-color css
<style>
a { background-color: #CDC64F; }
a { background-color: rgb(205,198,79); }
div.DivClassName
{
background-color: #CDC64F;
}
.BgClassName
{
background-color: #CDC64F;
}
</style>
border-color css
<style>
span { border-color: #CDC64F; }
span { border-color: rgb(205,198,79); }
td.TdClassName
{
border-color: #CDC64F;
}
.TagClassName
{
border-color: #CDC64F;
}
</style>