#DCD140

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

Shades of Confetti #DCD140

Tints of Confetti #DCD140

Color information

#DCD140 (or 0xDCD140) is unknown color: approx Confetti. HEX triplet: DC, D1 and 40. RGB value is (220,209,64). Sum of RGB (Red+Green+Blue) = 220+209+64=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD140 is #232EBF. Grayscale: #C4C4C4. Windows color (decimal): -2305728 or 4248028. OLE color: 4248028.

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

Color convert

RGB22020964-
CMYK00.050.710.14
HSL55.77º69.03%55.69%-
HSV(B)55.77º70.91%86.27%-
XYZ53.2461.1913.85-
YUV195.7653.64145.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.62%
GREEN value IS 209 (82.03% from 255) = 42.39%
BLUE value IS 64 (25.39% from 255) = 12.98%
R=44.62%
G=42.39%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202096400.050.710.1455.7769.0355.69
HexDCD1400547E384538
Octal33432110005107167010570
Binary110111001101000110000000101100011111101110001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD140; }

 p { color: rgb(220,209,64); }

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

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

 a { background-color: rgb(220,209,64); }

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

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

 span { border-color: rgb(220,209,64); }

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