#DBC240

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

Shades of Confetti #DBC240

Tints of Confetti #DBC240

Color information

#DBC240 (or 0xDBC240) is unknown color: approx Confetti. HEX triplet: DB, C2 and 40. RGB value is (219,194,64). Sum of RGB (Red+Green+Blue) = 219+194+64=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC240 is #243DBF. Grayscale: #BBBBBB. Windows color (decimal): -2375104 or 4244187. OLE color: 4244187.

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

Color convert

RGB21919464-
CMYK00.110.710.14
HSL50.32º68.28%55.49%-
HSV(B)50.32º70.78%85.88%-
XYZ49.4354.0112.67-
YUV186.6558.78151.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.91%
GREEN value IS 194 (76.17% from 255) = 40.67%
BLUE value IS 64 (25.39% from 255) = 13.42%
R=45.91%
G=40.67%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191946400.110.710.1450.3268.2855.49
HexDBC2400B47E324437
Octal333302100013107166210467
Binary1101101111000010100000001011100011111101100101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC240; }

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

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

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

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

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

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

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

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