#d6c846

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

Shades of Confetti #D6C846

Tints of Confetti #D6C846

Color information

#D6C846 (or 0xD6C846) is unknown color: approx Confetti. HEX triplet: D6, C8 and 46. RGB value is (214,200,70). Sum of RGB (Red+Green+Blue) = 214+200+70=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C846 is #2937B9. Grayscale: #BDBDBD. Windows color (decimal): -2701242 or 4638934. OLE color: 4638934.

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

Color convert

RGB21420070-
CMYK00.070.670.16
HSL54.17º63.72%55.69%-
HSV(B)54.17º67.29%83.92%-
XYZ49.4956.0514-
YUV189.3760.64145.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 200 (78.52% from 255) = 41.32%
BLUE value IS 70 (27.73% from 255) = 14.46%
R=44.21%
G=41.32%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142007000.070.670.1654.1763.7255.69
HexD6C846074310364038
Octal32631010607103206610070
Binary1101011011001000100011001111000011100001101101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6c846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6c846; }

 p { color: rgb(214,200,70); }

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

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

 a { background-color: rgb(214,200,70); }

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

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

 span { border-color: rgb(214,200,70); }

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