#DBD14C

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

Shades of Confetti #DBD14C

Tints of Confetti #DBD14C

Color information

#DBD14C (or 0xDBD14C) is unknown color: approx Confetti. HEX triplet: DB, D1 and 4C. RGB value is (219,209,76). Sum of RGB (Red+Green+Blue) = 219+209+76=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD14C is #242EB3. Grayscale: #C5C5C5. Windows color (decimal): -2371252 or 5034459. OLE color: 5034459.

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

Color convert

RGB21920976-
CMYK00.050.650.14
HSL55.8º66.51%57.84%-
HSV(B)55.8º65.3%85.88%-
XYZ53.3261.1815.84-
YUV196.8359.81143.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.45%
GREEN value IS 209 (82.03% from 255) = 41.47%
BLUE value IS 76 (30.08% from 255) = 15.08%
R=43.45%
G=41.47%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192097600.050.650.1455.866.5157.84
HexDBD14C0541E38433a
Octal33332111405101167010372
Binary110110111101000110011000101100000111101110001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD14C; }

 p { color: rgb(219,209,76); }

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

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

 a { background-color: rgb(219,209,76); }

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

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

 span { border-color: rgb(219,209,76); }

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