#D2C654

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

Shades of Confetti #D2C654

Tints of Confetti #D2C654

Color information

#D2C654 (or 0xD2C654) is unknown color: approx Confetti. HEX triplet: D2, C6 and 54. RGB value is (210,198,84). Sum of RGB (Red+Green+Blue) = 210+198+84=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 84 (33.20% from 255 or 17.07% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C654 is #2D39AB. Grayscale: #BDBDBD. Windows color (decimal): -2963884 or 5555922. OLE color: 5555922.

HSL color Cylindrical-coordinate representation of color #D2C654: hue angle of 54.29º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2C654 is Cyan = 0, Magento = 0.06, Yellow = 0.6 and Black (K on CMYK) = 0.18.

Color convert

RGB21019884-
CMYK00.060.60.18
HSL54.29º58.33%57.65%-
HSV(B)54.29º60%82.35%-
XYZ48.3754.7316.4-
YUV188.5968.98143.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 198 (77.73% from 255) = 40.24%
BLUE value IS 84 (33.20% from 255) = 17.07%
R=42.68%
G=40.24%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.6
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101988400.060.60.1854.2958.3357.65
HexD2C654063C12363a3a
Octal322306124067422667272
Binary11010010110001101010100011011110010010110110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C654; }

 p { color: rgb(210,198,84); }

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

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

 a { background-color: rgb(210,198,84); }

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

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

 span { border-color: rgb(210,198,84); }

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