#DBC953

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

Shades of Confetti #DBC953

Tints of Confetti #DBC953

Color information

#DBC953 (or 0xDBC953) is unknown color: approx Confetti. HEX triplet: DB, C9 and 53. RGB value is (219,201,83). Sum of RGB (Red+Green+Blue) = 219+201+83=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC953 is #2436AC. Grayscale: #C1C1C1. Windows color (decimal): -2373293 or 5491163. OLE color: 5491163.

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

Color convert

RGB21920183-
CMYK00.080.620.14
HSL52.06º65.38%59.22%-
HSV(B)52.06º62.1%85.88%-
XYZ51.6657.4616.55-
YUV192.9365.96146.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.54%
GREEN value IS 201 (78.91% from 255) = 39.96%
BLUE value IS 83 (32.81% from 255) = 16.50%
R=43.54%
G=39.96%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192018300.080.620.1452.0665.3859.22
HexDBC953083EE34413b
Octal33331112301076166410173
Binary110110111100100110100110100011111011101101001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC953; }

 p { color: rgb(219,201,83); }

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

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

 a { background-color: rgb(219,201,83); }

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

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

 span { border-color: rgb(219,201,83); }

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