#DBC854

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

Shades of Confetti #DBC854

Tints of Confetti #DBC854

Color information

#DBC854 (or 0xDBC854) is unknown color: approx Confetti. HEX triplet: DB, C8 and 54. RGB value is (219,200,84). Sum of RGB (Red+Green+Blue) = 219+200+84=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 84 (33.20% from 255 or 16.70% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC854 is #2437AB. Grayscale: #C0C0C0. Windows color (decimal): -2373548 or 5556443. OLE color: 5556443.

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

Color convert

RGB21920084-
CMYK00.090.620.14
HSL51.56º65.22%59.41%-
HSV(B)51.56º61.64%85.88%-
XYZ51.4757.0116.68-
YUV192.4666.79146.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.54%
GREEN value IS 200 (78.52% from 255) = 39.76%
BLUE value IS 84 (33.20% from 255) = 16.70%
R=43.54%
G=39.76%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192008400.090.620.1451.5665.2259.41
HexDBC854093EE34413b
Octal33331012401176166410173
Binary110110111100100010101000100111111011101101001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC854; }

 p { color: rgb(219,200,84); }

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

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

 a { background-color: rgb(219,200,84); }

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

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

 span { border-color: rgb(219,200,84); }

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