#D6C64D

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

Shades of Confetti #D6C64D

Tints of Confetti #D6C64D

Color information

#D6C64D (or 0xD6C64D) is unknown color: approx Confetti. HEX triplet: D6, C6 and 4D. RGB value is (214,198,77). Sum of RGB (Red+Green+Blue) = 214+198+77=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C64D is #2939B2. Grayscale: #BDBDBD. Windows color (decimal): -2701747 or 5097174. OLE color: 5097174.

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

Color convert

RGB21419877-
CMYK00.070.640.16
HSL52.99º62.56%57.06%-
HSV(B)52.99º64.02%83.92%-
XYZ49.2755.2215.08-
YUV188.9964.8145.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 198 (77.73% from 255) = 40.49%
BLUE value IS 77 (30.47% from 255) = 15.75%
R=43.76%
G=40.49%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141987700.070.640.1652.9962.5657.06
HexD6C64D074010353f39
Octal3263061150710020657771
Binary110101101100011010011010111100000010000110101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C64D; }

 p { color: rgb(214,198,77); }

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

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

 a { background-color: rgb(214,198,77); }

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

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

 span { border-color: rgb(214,198,77); }

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