Shades of Confetti #DCC95A
Tints of Confetti #DCC95A
RGB
CMYK
RGB Variations
Color information
#DCC95A (or 0xDCC95A) is known color: Confetti. HEX triplet: DC, C9 and 5A. RGB value is (220,201,90). Sum of RGB (Red+Green+Blue) = 220+201+90=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC95A is #2336A5. Grayscale: #C2C2C2. Windows color (decimal): -2307750 or 5949916. OLE color: 5949916.
HSL color Cylindrical-coordinate representation of color #DCC95A: hue angle of 51.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCC95A is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 90 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.14 |
| HSL | 51.23º | 0.65% | 0.61% | - |
| HSV(B) | 51.23º | 0.59% | 0.86% | - |
| XYZ | 52.25 | 57.73 | 18.06 | - |
| YUV | 194.03 | 69.29 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 90 | 0 | 0.09 | 0.59 | 0.14 | 51.23 | 0.65 | 0.61 |
| Hex | DC | C9 | 5A | 0 | 9 | 3B | E | 33 | 41 | 3D |
| Octal | 334 | 311 | 132 | 0 | 11 | 73 | 16 | 63 | 101 | 75 |
| Binary | 11011100 | 11001001 | 1011010 | 0 | 1001 | 111011 | 1110 | 110011 | 1000001 | 111101 |
Color Harmonies of #DCC95A
Complementary color
Monochromatic Colors of #DCC95A
Black with #DCC95A
Text Example
Text Example
White with #DCC95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC95A; }
p { color: rgb(220,201,90); }
H1.HeaderClassName
{
color: #DCC95A;
}
.AnyTagClassName
{
color: #DCC95A;
}
</style>
background-color css
<style>
a { background-color: #DCC95A; }
a { background-color: rgb(220,201,90); }
div.DivClassName
{
background-color: #DCC95A;
}
.BgClassName
{
background-color: #DCC95A;
}
</style>
border-color css
<style>
span { border-color: #DCC95A; }
span { border-color: rgb(220,201,90); }
td.TdClassName
{
border-color: #DCC95A;
}
.TagClassName
{
border-color: #DCC95A;
}
</style>