#dbc052

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

Shades of Confetti #DBC052

Tints of Confetti #DBC052

Color information

#DBC052 (or 0xDBC052) is unknown color: approx Confetti. HEX triplet: DB, C0 and 52. RGB value is (219,192,82). Sum of RGB (Red+Green+Blue) = 219+192+82=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC052 is #243FAD. Grayscale: #BCBCBC. Windows color (decimal): -2375598 or 5423323. OLE color: 5423323.

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

Color convert

RGB21919282-
CMYK00.120.630.14
HSL48.18º65.55%59.02%-
HSV(B)48.18º62.56%85.88%-
XYZ49.5953.3715.67-
YUV187.5368.45150.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.42%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 82 (32.42% from 255) = 16.63%
R=44.42%
G=38.95%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191928200.120.630.1448.1865.5559.02
HexDBC0520C3FE30423b
Octal33330012201477166010273
Binary110110111100000010100100110011111111101100001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbc052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbc052; }

 p { color: rgb(219,192,82); }

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

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

 a { background-color: rgb(219,192,82); }

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

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

 span { border-color: rgb(219,192,82); }

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