#dbc852

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

Shades of Confetti #DBC852

Tints of Confetti #DBC852

Color information

#DBC852 (or 0xDBC852) is unknown color: approx Confetti. HEX triplet: DB, C8 and 52. RGB value is (219,200,82). Sum of RGB (Red+Green+Blue) = 219+200+82=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 82 (32.42% from 255 or 16.37% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC852 is #2437AD. Grayscale: #C0C0C0. Windows color (decimal): -2373550 or 5425371. OLE color: 5425371.

HSL color Cylindrical-coordinate representation of color #DBC852: hue angle of 51.68º 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 #DBC852 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB21920082-
CMYK00.090.630.14
HSL51.68º65.55%59.02%-
HSV(B)51.68º62.56%85.88%-
XYZ51.3956.9816.27-
YUV192.2365.79147.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.71%
GREEN value IS 200 (78.52% from 255) = 39.92%
BLUE value IS 82 (32.42% from 255) = 16.37%
R=43.71%
G=39.92%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192008200.090.630.1451.6865.5559.02
HexDBC852093FE34423b
Octal33331012201177166410273
Binary110110111100100010100100100111111111101101001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbc852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbc852; }

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

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

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

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

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

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

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

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