#DFBD46

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

Shades of Confetti #DFBD46

Tints of Confetti #DFBD46

Color information

#DFBD46 (or 0xDFBD46) is unknown color: approx Confetti. HEX triplet: DF, BD and 46. RGB value is (223,189,70). Sum of RGB (Red+Green+Blue) = 223+189+70=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 70 (27.73% from 255 or 14.52% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBD46 is #2042B9. Grayscale: #BABABA. Windows color (decimal): -2114234 or 4636127. OLE color: 4636127.

HSL color Cylindrical-coordinate representation of color #DFBD46: hue angle of 46.67º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFBD46 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB22318970-
CMYK00.150.690.13
HSL46.67º70.51%57.45%-
HSV(B)46.67º68.61%87.45%-
XYZ49.7352.5313.31-
YUV185.662.76154.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.27%
GREEN value IS 189 (74.22% from 255) = 39.21%
BLUE value IS 70 (27.73% from 255) = 14.52%
R=46.27%
G=39.21%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231897000.150.690.1346.6770.5157.45
HexDFBD460F45D2f4739
Octal337275106017105155710771
Binary1101111110111101100011001111100010111011011111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBD46; }

 p { color: rgb(223,189,70); }

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

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

 a { background-color: rgb(223,189,70); }

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

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

 span { border-color: rgb(223,189,70); }

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