#DCC94E

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

Shades of Confetti #DCC94E

Tints of Confetti #DCC94E

Color information

#DCC94E (or 0xDCC94E) is unknown color: approx Confetti. HEX triplet: DC, C9 and 4E. RGB value is (220,201,78). Sum of RGB (Red+Green+Blue) = 220+201+78=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC94E is #2336B1. Grayscale: #C1C1C1. Windows color (decimal): -2307762 or 5163484. OLE color: 5163484.

HSL color Cylindrical-coordinate representation of color #DCC94E: hue angle of 51.97º 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 #DCC94E is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB22020178-
CMYK00.090.650.14
HSL51.97º66.98%58.43%-
HSV(B)51.97º64.55%86.27%-
XYZ51.7857.5415.58-
YUV192.6663.29147.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.09%
GREEN value IS 201 (78.91% from 255) = 40.28%
BLUE value IS 78 (30.86% from 255) = 15.63%
R=44.09%
G=40.28%
B=15.63%

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
Decimal2202017800.090.650.1451.9766.9858.43
HexDCC94E0941E34433a
Octal334311116011101166410372
Binary1101110011001001100111001001100000111101101001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC94E; }

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

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

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

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

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

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

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

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