#DBBE48

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

Shades of Confetti #DBBE48

Tints of Confetti #DBBE48

Color information

#DBBE48 (or 0xDBBE48) is unknown color: approx Confetti. HEX triplet: DB, BE and 48. RGB value is (219,190,72). Sum of RGB (Red+Green+Blue) = 219+190+72=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 72 (28.52% from 255 or 14.97% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE48 is #2441B7. Grayscale: #B9B9B9. Windows color (decimal): -2376120 or 4767451. OLE color: 4767451.

HSL color Cylindrical-coordinate representation of color #DBBE48: hue angle of 48.16º 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 #DBBE48 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB21919072-
CMYK00.130.670.14
HSL48.16º67.12%57.06%-
HSV(B)48.16º67.12%85.88%-
XYZ48.852.3513.66-
YUV185.2264.11152.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.53%
GREEN value IS 190 (74.61% from 255) = 39.50%
BLUE value IS 72 (28.52% from 255) = 14.97%
R=45.53%
G=39.50%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191907200.130.670.1448.1667.1257.06
HexDBBE480D43E304339
Octal333276110015103166010371
Binary1101101110111110100100001101100001111101100001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBE48; }

 p { color: rgb(219,190,72); }

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

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

 a { background-color: rgb(219,190,72); }

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

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

 span { border-color: rgb(219,190,72); }

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