#dcd240

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

Shades of Confetti #DCD240

Tints of Confetti #DCD240

Color information

#DCD240 (or 0xDCD240) is unknown color: approx Confetti. HEX triplet: DC, D2 and 40. RGB value is (220,210,64). Sum of RGB (Red+Green+Blue) = 220+210+64=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD240 is #232DBF. Grayscale: #C4C4C4. Windows color (decimal): -2305472 or 4248284. OLE color: 4248284.

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

Color convert

RGB22021064-
CMYK00.050.710.14
HSL56.15º69.03%55.69%-
HSV(B)56.15º70.91%86.27%-
XYZ53.4961.6813.94-
YUV196.3553.31144.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.53%
GREEN value IS 210 (82.42% from 255) = 42.51%
BLUE value IS 64 (25.39% from 255) = 12.96%
R=44.53%
G=42.51%
B=12.96%

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
Decimal2202106400.050.710.1456.1569.0355.69
HexDCD2400547E384538
Octal33432210005107167010570
Binary110111001101001010000000101100011111101110001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcd240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcd240; }

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

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

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

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

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

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

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

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