#DBC249

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

Shades of Confetti #DBC249

Tints of Confetti #DBC249

Color information

#DBC249 (or 0xDBC249) is unknown color: approx Confetti. HEX triplet: DB, C2 and 49. RGB value is (219,194,73). Sum of RGB (Red+Green+Blue) = 219+194+73=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC249 is #243DB6. Grayscale: #BCBCBC. Windows color (decimal): -2375095 or 4834011. OLE color: 4834011.

HSL color Cylindrical-coordinate representation of color #DBC249: hue angle of 49.73º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBC249 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB21919473-
CMYK00.110.670.14
HSL49.73º66.97%57.25%-
HSV(B)49.73º66.67%85.88%-
XYZ49.7154.1214.13-
YUV187.6863.28150.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.06%
GREEN value IS 194 (76.17% from 255) = 39.92%
BLUE value IS 73 (28.91% from 255) = 15.02%
R=45.06%
G=39.92%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191947300.110.670.1449.7366.9757.25
HexDBC2490B43E324339
Octal333302111013103166210371
Binary1101101111000010100100101011100001111101100101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC249; }

 p { color: rgb(219,194,73); }

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

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

 a { background-color: rgb(219,194,73); }

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

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

 span { border-color: rgb(219,194,73); }

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