#d6be46

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

Shades of Confetti #D6BE46

Tints of Confetti #D6BE46

Color information

#D6BE46 (or 0xD6BE46) is unknown color: approx Confetti. HEX triplet: D6, BE and 46. RGB value is (214,190,70). Sum of RGB (Red+Green+Blue) = 214+190+70=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BE46 is #2941B9. Grayscale: #B8B8B8. Windows color (decimal): -2703802 or 4636374. OLE color: 4636374.

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

Color convert

RGB21419070-
CMYK00.110.670.16
HSL50º63.72%55.69%-
HSV(B)50º67.29%83.92%-
XYZ47.2551.5713.26-
YUV183.563.95149.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.15%
GREEN value IS 190 (74.61% from 255) = 40.08%
BLUE value IS 70 (27.73% from 255) = 14.77%
R=45.15%
G=40.08%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141907000.110.670.165063.7255.69
HexD6BE460B4310324038
Octal326276106013103206210070
Binary11010110101111101000110010111000011100001100101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6be46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6be46; }

 p { color: rgb(214,190,70); }

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

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

 a { background-color: rgb(214,190,70); }

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

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

 span { border-color: rgb(214,190,70); }

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