Shades of Confetti #CDC752
Tints of Confetti #CDC752
RGB
CMYK
RGB Variations
Color information
#CDC752 (or 0xCDC752) is known color: Confetti. HEX triplet: CD, C7 and 52. RGB value is (205,199,82). Sum of RGB (Red+Green+Blue) = 205+199+82=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC752 is #3238AD. Grayscale: #BBBBBB. Windows color (decimal): -3291310 or 5425101. OLE color: 5425101.
HSL color Cylindrical-coordinate representation of color #CDC752: hue angle of 57.07º 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 #CDC752 is Cyan = 0, Magento = 0.03, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 82 | - |
| CMYK | 0 | 0.03 | 0.6 | 0.20 |
| HSL | 57.07º | 0.55% | 0.56% | - |
| HSV(B) | 57.07º | 0.6% | 0.8% | - |
| XYZ | 47.12 | 54.44 | 16.01 | - |
| YUV | 187.46 | 68.49 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 82 | 0 | 0.03 | 0.6 | 0.20 | 57.07 | 0.55 | 0.56 |
| Hex | CD | C7 | 52 | 0 | 3 | 3C | 14 | 39 | 37 | 38 |
| Octal | 315 | 307 | 122 | 0 | 3 | 74 | 24 | 71 | 67 | 70 |
| Binary | 11001101 | 11000111 | 1010010 | 0 | 11 | 111100 | 10100 | 111001 | 110111 | 111000 |
Color Harmonies of #CDC752
Complementary color
Monochromatic Colors of #CDC752
Black with #CDC752
Text Example
Text Example
White with #CDC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC752; }
p { color: rgb(205,199,82); }
H1.HeaderClassName
{
color: #CDC752;
}
.AnyTagClassName
{
color: #CDC752;
}
</style>
background-color css
<style>
a { background-color: #CDC752; }
a { background-color: rgb(205,199,82); }
div.DivClassName
{
background-color: #CDC752;
}
.BgClassName
{
background-color: #CDC752;
}
</style>
border-color css
<style>
span { border-color: #CDC752; }
span { border-color: rgb(205,199,82); }
td.TdClassName
{
border-color: #CDC752;
}
.TagClassName
{
border-color: #CDC752;
}
</style>