#D6C549

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

Shades of Confetti #D6C549

Tints of Confetti #D6C549

Color information

#D6C549 (or 0xD6C549) is unknown color: approx Confetti. HEX triplet: D6, C5 and 49. RGB value is (214,197,73). Sum of RGB (Red+Green+Blue) = 214+197+73=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C549 is #293AB6. Grayscale: #BCBCBC. Windows color (decimal): -2702007 or 4834774. OLE color: 4834774.

HSL color Cylindrical-coordinate representation of color #D6C549: hue angle of 52.77º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6C549 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB21419773-
CMYK00.080.660.16
HSL52.77º63.23%56.27%-
HSV(B)52.77º65.89%83.92%-
XYZ48.954.7114.29-
YUV187.9563.13146.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 197 (77.34% from 255) = 40.70%
BLUE value IS 73 (28.91% from 255) = 15.08%
R=44.21%
G=40.70%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141977300.080.660.1652.7763.2356.27
HexD6C549084210353f38
Octal32630511101010220657770
Binary1101011011000101100100101000100001010000110101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C549; }

 p { color: rgb(214,197,73); }

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

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

 a { background-color: rgb(214,197,73); }

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

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

 span { border-color: rgb(214,197,73); }

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