#DBBF4E

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

Shades of Confetti #DBBF4E

Tints of Confetti #DBBF4E

Color information

#DBBF4E (or 0xDBBF4E) is unknown color: approx Confetti. HEX triplet: DB, BF and 4E. RGB value is (219,191,78). Sum of RGB (Red+Green+Blue) = 219+191+78=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBF4E is #2440B1. Grayscale: #BABABA. Windows color (decimal): -2375858 or 5160923. OLE color: 5160923.

HSL color Cylindrical-coordinate representation of color #DBBF4E: hue angle of 48.09º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBBF4E is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB21919178-
CMYK00.130.640.14
HSL48.09º66.2%58.24%-
HSV(B)48.09º64.38%85.88%-
XYZ49.2252.8714.82-
YUV186.4966.78151.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.88%
GREEN value IS 191 (75% from 255) = 39.14%
BLUE value IS 78 (30.86% from 255) = 15.98%
R=44.88%
G=39.14%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191917800.130.640.1448.0966.258.24
HexDBBF4E0D40E30423a
Octal333277116015100166010272
Binary1101101110111111100111001101100000011101100001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBF4E; }

 p { color: rgb(219,191,78); }

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

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

 a { background-color: rgb(219,191,78); }

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

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

 span { border-color: rgb(219,191,78); }

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