Shades of Confetti #DAC34C
Tints of Confetti #DAC34C
RGB
CMYK
RGB Variations
Color information
#DAC34C (or 0xDAC34C) is known color: Confetti. HEX triplet: DA, C3 and 4C. RGB value is (218,195,76). Sum of RGB (Red+Green+Blue) = 218+195+76=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC34C is #253CB3. Grayscale: #BCBCBC. Windows color (decimal): -2440372 or 5030874. OLE color: 5030874.
HSL color Cylindrical-coordinate representation of color #DAC34C: hue angle of 50.28º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAC34C is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 76 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.15 |
| HSL | 50.28º | 0.66% | 0.58% | - |
| HSV(B) | 50.28º | 0.65% | 0.85% | - |
| XYZ | 49.73 | 54.46 | 14.73 | - |
| YUV | 188.31 | 64.62 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 76 | 0 | 0.11 | 0.65 | 0.15 | 50.28 | 0.66 | 0.58 |
| Hex | DA | C3 | 4C | 0 | B | 41 | F | 32 | 42 | 3A |
| Octal | 332 | 303 | 114 | 0 | 13 | 101 | 17 | 62 | 102 | 72 |
| Binary | 11011010 | 11000011 | 1001100 | 0 | 1011 | 1000001 | 1111 | 110010 | 1000010 | 111010 |
Color Harmonies of #DAC34C
Complementary color
Monochromatic Colors of #DAC34C
Black with #DAC34C
Text Example
Text Example
White with #DAC34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC34C; }
p { color: rgb(218,195,76); }
H1.HeaderClassName
{
color: #DAC34C;
}
.AnyTagClassName
{
color: #DAC34C;
}
</style>
background-color css
<style>
a { background-color: #DAC34C; }
a { background-color: rgb(218,195,76); }
div.DivClassName
{
background-color: #DAC34C;
}
.BgClassName
{
background-color: #DAC34C;
}
</style>
border-color css
<style>
span { border-color: #DAC34C; }
span { border-color: rgb(218,195,76); }
td.TdClassName
{
border-color: #DAC34C;
}
.TagClassName
{
border-color: #DAC34C;
}
</style>