#D6C14D

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

Shades of Confetti #D6C14D

Tints of Confetti #D6C14D

Color information

#D6C14D (or 0xD6C14D) is unknown color: approx Confetti. HEX triplet: D6, C1 and 4D. RGB value is (214,193,77). Sum of RGB (Red+Green+Blue) = 214+193+77=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C14D is #293EB2. Grayscale: #BABABA. Windows color (decimal): -2703027 or 5095894. OLE color: 5095894.

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

Color convert

RGB21419377-
CMYK00.100.640.16
HSL50.8º62.56%57.06%-
HSV(B)50.8º64.02%83.92%-
XYZ48.1452.9714.71-
YUV186.0566.46147.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 193 (75.78% from 255) = 39.88%
BLUE value IS 77 (30.47% from 255) = 15.91%
R=44.21%
G=39.88%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141937700.100.640.1650.862.5657.06
HexD6C14D0A4010333f39
Octal32630111501210020637771
Binary1101011011000001100110101010100000010000110011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C14D; }

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

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

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

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

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

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

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

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