#d6c845

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

Shades of Confetti #D6C845

Tints of Confetti #D6C845

Color information

#D6C845 (or 0xD6C845) is unknown color: approx Confetti. HEX triplet: D6, C8 and 45. RGB value is (214,200,69). Sum of RGB (Red+Green+Blue) = 214+200+69=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C845 is #2937BA. Grayscale: #BDBDBD. Windows color (decimal): -2701243 or 4573398. OLE color: 4573398.

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

Color convert

RGB21420069-
CMYK00.070.680.16
HSL54.21º63.88%55.49%-
HSV(B)54.21º67.76%83.92%-
XYZ49.4656.0313.84-
YUV189.2560.14145.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 200 (78.52% from 255) = 41.41%
BLUE value IS 69 (27.34% from 255) = 14.29%
R=44.31%
G=41.41%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142006900.070.680.1654.2163.8855.49
HexD6C845074410364037
Octal32631010507104206610067
Binary1101011011001000100010101111000100100001101101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6c845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6c845; }

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

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

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

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

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

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

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

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