#D6C94D

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

Shades of Confetti #D6C94D

Tints of Confetti #D6C94D

Color information

#D6C94D (or 0xD6C94D) is unknown color: approx Confetti. HEX triplet: D6, C9 and 4D. RGB value is (214,201,77). Sum of RGB (Red+Green+Blue) = 214+201+77=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C94D is #2936B2. Grayscale: #BFBFBF. Windows color (decimal): -2700979 or 5097942. OLE color: 5097942.

HSL color Cylindrical-coordinate representation of color #D6C94D: hue angle of 54.31º 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 #D6C94D is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB21420177-
CMYK00.060.640.16
HSL54.31º62.56%57.06%-
HSV(B)54.31º64.02%83.92%-
XYZ49.9656.6115.31-
YUV190.7563.81144.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.50%
GREEN value IS 201 (78.91% from 255) = 40.85%
BLUE value IS 77 (30.47% from 255) = 15.65%
R=43.50%
G=40.85%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142017700.060.640.1654.3162.5657.06
HexD6C94D064010363f39
Octal3263111150610020667771
Binary110101101100100110011010110100000010000110110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C94D; }

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

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

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

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

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

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

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

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