#DBCD4A

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

Shades of Confetti #DBCD4A

Tints of Confetti #DBCD4A

Color information

#DBCD4A (or 0xDBCD4A) is unknown color: approx Confetti. HEX triplet: DB, CD and 4A. RGB value is (219,205,74). Sum of RGB (Red+Green+Blue) = 219+205+74=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD4A is #2432B5. Grayscale: #C2C2C2. Windows color (decimal): -2372278 or 4902363. OLE color: 4902363.

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

Color convert

RGB21920574-
CMYK00.060.660.14
HSL54.21º66.82%57.45%-
HSV(B)54.21º66.21%85.88%-
XYZ52.2859.2215.15-
YUV194.2560.14145.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.98%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 74 (29.30% from 255) = 14.86%
R=43.98%
G=41.16%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192057400.060.660.1454.2166.8257.45
HexDBCD4A0642E364339
Octal33331511206102166610371
Binary110110111100110110010100110100001011101101101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCD4A; }

 p { color: rgb(219,205,74); }

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

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

 a { background-color: rgb(219,205,74); }

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

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

 span { border-color: rgb(219,205,74); }

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