#DCC84E

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

Shades of Confetti #DCC84E

Tints of Confetti #DCC84E

Color information

#DCC84E (or 0xDCC84E) is unknown color: approx Confetti. HEX triplet: DC, C8 and 4E. RGB value is (220,200,78). Sum of RGB (Red+Green+Blue) = 220+200+78=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC84E is #2337B1. Grayscale: #C0C0C0. Windows color (decimal): -2308018 or 5163228. OLE color: 5163228.

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

Color convert

RGB22020078-
CMYK00.090.650.14
HSL51.55º66.98%58.43%-
HSV(B)51.55º64.55%86.27%-
XYZ51.5457.0715.51-
YUV192.0763.63147.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.18%
GREEN value IS 200 (78.52% from 255) = 40.16%
BLUE value IS 78 (30.86% from 255) = 15.66%
R=44.18%
G=40.16%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202007800.090.650.1451.5566.9858.43
HexDCC84E0941E34433a
Octal334310116011101166410372
Binary1101110011001000100111001001100000111101101001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC84E; }

 p { color: rgb(220,200,78); }

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

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

 a { background-color: rgb(220,200,78); }

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

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

 span { border-color: rgb(220,200,78); }

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