#D6C649

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

Shades of Confetti #D6C649

Tints of Confetti #D6C649

Color information

#D6C649 (or 0xD6C649) is unknown color: approx Confetti. HEX triplet: D6, C6 and 49. RGB value is (214,198,73). Sum of RGB (Red+Green+Blue) = 214+198+73=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C649 is #2939B6. Grayscale: #BDBDBD. Windows color (decimal): -2701751 or 4835030. OLE color: 4835030.

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

Color convert

RGB21419873-
CMYK00.070.660.16
HSL53.19º63.23%56.27%-
HSV(B)53.19º65.89%83.92%-
XYZ49.1355.1714.36-
YUV188.5362.8146.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 198 (77.73% from 255) = 40.82%
BLUE value IS 73 (28.91% from 255) = 15.05%
R=44.12%
G=40.82%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141987300.070.660.1653.1963.2356.27
HexD6C649074210353f38
Octal3263061110710220657770
Binary110101101100011010010010111100001010000110101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C649; }

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

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

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

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

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

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

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

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