#D4C550

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

Shades of Confetti #D4C550

Tints of Confetti #D4C550

Color information

#D4C550 (or 0xD4C550) is unknown color: approx Confetti. HEX triplet: D4, C5 and 50. RGB value is (212,197,80). Sum of RGB (Red+Green+Blue) = 212+197+80=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C550 is #2B3AAF. Grayscale: #BCBCBC. Windows color (decimal): -2833072 or 5293524. OLE color: 5293524.

HSL color Cylindrical-coordinate representation of color #D4C550: hue angle of 53.18º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4C550 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB21219780-
CMYK00.070.620.17
HSL53.18º60.55%57.25%-
HSV(B)53.18º62.26%83.14%-
XYZ48.5754.5115.55-
YUV188.1566.97145.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.35%
GREEN value IS 197 (77.34% from 255) = 40.29%
BLUE value IS 80 (31.64% from 255) = 16.36%
R=43.35%
G=40.29%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121978000.070.620.1753.1860.5557.25
HexD4C550073E11353d39
Octal324305120077621657571
Binary11010100110001011010000011111111010001110101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C550; }

 p { color: rgb(212,197,80); }

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

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

 a { background-color: rgb(212,197,80); }

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

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

 span { border-color: rgb(212,197,80); }

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