Shades of Confetti #CDC753
Tints of Confetti #CDC753
RGB
CMYK
RGB Variations
Color information
#CDC753 (or 0xCDC753) is known color: Confetti. HEX triplet: CD, C7 and 53. RGB value is (205,199,83). Sum of RGB (Red+Green+Blue) = 205+199+83=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC753 is #3238AC. Grayscale: #BCBCBC. Windows color (decimal): -3291309 or 5490637. OLE color: 5490637.
HSL color Cylindrical-coordinate representation of color #CDC753: hue angle of 57.05º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDC753 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 83 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.20 |
| HSL | 57.05º | 0.55% | 0.56% | - |
| HSV(B) | 57.05º | 0.6% | 0.8% | - |
| XYZ | 47.16 | 54.45 | 16.21 | - |
| YUV | 187.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 83 | 0 | 0.03 | 0.60 | 0.20 | 57.05 | 0.55 | 0.56 |
| Hex | CD | C7 | 53 | 0 | 3 | 3C | 14 | 39 | 37 | 38 |
| Octal | 315 | 307 | 123 | 0 | 3 | 74 | 24 | 71 | 67 | 70 |
| Binary | 11001101 | 11000111 | 1010011 | 0 | 11 | 111100 | 10100 | 111001 | 110111 | 111000 |
Color Harmonies of #CDC753
Complementary color
Monochromatic Colors of #CDC753
Black with #CDC753
Text Example
Text Example
White with #CDC753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC753; }
p { color: rgb(205,199,83); }
H1.HeaderClassName
{
color: #CDC753;
}
.AnyTagClassName
{
color: #CDC753;
}
</style>
background-color css
<style>
a { background-color: #CDC753; }
a { background-color: rgb(205,199,83); }
div.DivClassName
{
background-color: #CDC753;
}
.BgClassName
{
background-color: #CDC753;
}
</style>
border-color css
<style>
span { border-color: #CDC753; }
span { border-color: rgb(205,199,83); }
td.TdClassName
{
border-color: #CDC753;
}
.TagClassName
{
border-color: #CDC753;
}
</style>