Shades of Confetti #DFCC3D
Tints of Confetti #DFCC3D
RGB
CMYK
RGB Variations
Color information
#DFCC3D (or 0xDFCC3D) is known color: Confetti. HEX triplet: DF, CC and 3D. RGB value is (223,204,61). Sum of RGB (Red+Green+Blue) = 223+204+61=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 61 (24.22% from 255 or 12.5% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC3D is #2033C2. Grayscale: #C1C1C1. Windows color (decimal): -2110403 or 4050143. OLE color: 4050143.
HSL color Cylindrical-coordinate representation of color #DFCC3D: hue angle of 52.96º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFCC3D is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 204 | 61 | - |
CMYK | 0 | 0.09 | 0.73 | 0.13 |
HSL | 52.96º | 0.72% | 0.56% | - |
HSV(B) | 52.96º | 0.73% | 0.87% | - |
XYZ | 52.87 | 59.21 | 13.06 | - |
YUV | 193.38 | 53.29 | 149.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 204 | 61 | 0 | 0.09 | 0.73 | 0.13 | 52.96 | 0.72 | 0.56 |
Hex | DF | CC | 3D | 0 | 9 | 49 | D | 35 | 48 | 38 |
Octal | 337 | 314 | 75 | 0 | 11 | 111 | 15 | 65 | 110 | 70 |
Binary | 11011111 | 11001100 | 111101 | 0 | 1001 | 1001001 | 1101 | 110101 | 1001000 | 111000 |
Color Harmonies of #DFCC3D
Complementary color
Monochromatic Colors of #DFCC3D
Black with #DFCC3D
Text Example
Text Example
White with #DFCC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC3D; }
p { color: rgb(223,204,61); }
H1.HeaderClassName
{
color: #DFCC3D;
}
.AnyTagClassName
{
color: #DFCC3D;
}
</style>
background-color css
<style>
a { background-color: #DFCC3D; }
a { background-color: rgb(223,204,61); }
div.DivClassName
{
background-color: #DFCC3D;
}
.BgClassName
{
background-color: #DFCC3D;
}
</style>
border-color css
<style>
span { border-color: #DFCC3D; }
span { border-color: rgb(223,204,61); }
td.TdClassName
{
border-color: #DFCC3D;
}
.TagClassName
{
border-color: #DFCC3D;
}
</style>