#D4C046

Color #D4C046 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #D4C046

Tints of Confetti #D4C046

Color information

#D4C046 (or 0xD4C046) is unknown color: approx Confetti. HEX triplet: D4, C0 and 46. RGB value is (212,192,70). Sum of RGB (Red+Green+Blue) = 212+192+70=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C046 is #2B3FB9. Grayscale: #B8B8B8. Windows color (decimal): -2834362 or 4636884. OLE color: 4636884.

HSL color Cylindrical-coordinate representation of color #D4C046: hue angle of 51.55º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4C046 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21219270-
CMYK00.090.670.17
HSL51.55º62.28%55.29%-
HSV(B)51.55º66.98%83.14%-
XYZ47.1152.1413.38-
YUV184.0763.63147.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 44.73%
GREEN value IS 192 (75.39% from 255) = 40.51%
BLUE value IS 70 (27.73% from 255) = 14.77%
R=44.73%
G=40.51%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121927000.090.670.1751.5562.2855.29
HexD4C046094311343e37
Octal32430010601110321647667
Binary1101010011000000100011001001100001110001110100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C046; }

 p { color: rgb(212,192,70); }

 H1.HeaderClassName
 {
   color: #D4C046;
 }
 .AnyTagClassName
 {
   color: #D4C046;
 }
</style>
background-color css

<style>
 a { background-color: #D4C046; }

 a { background-color: rgb(212,192,70); }

 div.DivClassName
 {
   background-color: #D4C046;
 }
 .BgClassName
 {
   background-color: #D4C046;
 }
</style>
border-color css

<style>
 span { border-color: #D4C046; }

 span { border-color: rgb(212,192,70); }

 td.TdClassName
 {
   border-color: #D4C046;
 }
 .TagClassName
 {
   border-color: #D4C046;
 }
</style>