#DCD341

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

Shades of Confetti #DCD341

Tints of Confetti #DCD341

Color information

#DCD341 (or 0xDCD341) is unknown color: approx Confetti. HEX triplet: DC, D3 and 41. RGB value is (220,211,65). Sum of RGB (Red+Green+Blue) = 220+211+65=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD341 is #232CBE. Grayscale: #C5C5C5. Windows color (decimal): -2305215 or 4314076. OLE color: 4314076.

HSL color Cylindrical-coordinate representation of color #DCD341: hue angle of 56.52º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCD341 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB22021165-
CMYK00.040.700.14
HSL56.52º68.89%55.88%-
HSV(B)56.52º70.45%86.27%-
XYZ53.7662.1914.17-
YUV197.0553.48144.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.35%
GREEN value IS 211 (82.81% from 255) = 42.54%
BLUE value IS 65 (25.78% from 255) = 13.10%
R=44.35%
G=42.54%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202116500.040.700.1456.5268.8955.88
HexDCD3410446E394538
Octal33432310104106167110570
Binary110111001101001110000010100100011011101110011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD341; }

 p { color: rgb(220,211,65); }

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

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

 a { background-color: rgb(220,211,65); }

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

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

 span { border-color: rgb(220,211,65); }

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