#D3C954

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

Shades of Confetti #D3C954

Tints of Confetti #D3C954

Color information

#D3C954 (or 0xD3C954) is unknown color: approx Confetti. HEX triplet: D3, C9 and 54. RGB value is (211,201,84). Sum of RGB (Red+Green+Blue) = 211+201+84=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 84 (33.20% from 255 or 16.94% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C954 is #2C36AB. Grayscale: #BFBFBF. Windows color (decimal): -2897580 or 5556691. OLE color: 5556691.

HSL color Cylindrical-coordinate representation of color #D3C954: hue angle of 55.28º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3C954 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB21120184-
CMYK00.050.600.17
HSL55.28º59.07%57.84%-
HSV(B)55.28º60.19%82.75%-
XYZ49.3556.2616.65-
YUV190.6567.81142.51-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.54%
GREEN value IS 201 (78.91% from 255) = 40.52%
BLUE value IS 84 (33.20% from 255) = 16.94%
R=42.54%
G=40.52%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112018400.050.600.1755.2859.0757.84
HexD3C954053C11373b3a
Octal323311124057421677372
Binary11010011110010011010100010111110010001110111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C954; }

 p { color: rgb(211,201,84); }

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

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

 a { background-color: rgb(211,201,84); }

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

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

 span { border-color: rgb(211,201,84); }

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