#d1cd4c

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

Shades of Confetti #D1CD4C

Tints of Confetti #D1CD4C

Color information

#D1CD4C (or 0xD1CD4C) is unknown color: approx Confetti. HEX triplet: D1, CD and 4C. RGB value is (209,205,76). Sum of RGB (Red+Green+Blue) = 209+205+76=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CD4C is #2E32B3. Grayscale: #C0C0C0. Windows color (decimal): -3027636 or 5033425. OLE color: 5033425.

HSL color Cylindrical-coordinate representation of color #D1CD4C: hue angle of 58.2º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1CD4C is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB20920576-
CMYK00.020.640.18
HSL58.2º59.11%55.88%-
HSV(B)58.2º63.64%81.96%-
XYZ49.4357.7415.38-
YUV191.4962.83140.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.65%
GREEN value IS 205 (80.47% from 255) = 41.84%
BLUE value IS 76 (30.08% from 255) = 15.51%
R=42.65%
G=41.84%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092057600.020.640.1858.259.1155.88
HexD1CD4C0240123a3b38
Octal3213151140210022727370
Binary11010001110011011001100010100000010010111010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1cd4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1cd4c; }

 p { color: rgb(209,205,76); }

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

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

 a { background-color: rgb(209,205,76); }

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

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

 span { border-color: rgb(209,205,76); }

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