#DFC145

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

Shades of Confetti #DFC145

Tints of Confetti #DFC145

Color information

#DFC145 (or 0xDFC145) is unknown color: approx Confetti. HEX triplet: DF, C1 and 45. RGB value is (223,193,69). Sum of RGB (Red+Green+Blue) = 223+193+69=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC145 is #203EBA. Grayscale: #BCBCBC. Windows color (decimal): -2113211 or 4571615. OLE color: 4571615.

HSL color Cylindrical-coordinate representation of color #DFC145: hue angle of 48.31º 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 #DFC145 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB22319369-
CMYK00.130.690.13
HSL48.31º70.64%57.25%-
HSV(B)48.31º69.06%87.45%-
XYZ50.5854.2613.44-
YUV187.8360.94153.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.98%
GREEN value IS 193 (75.78% from 255) = 39.79%
BLUE value IS 69 (27.34% from 255) = 14.23%
R=45.98%
G=39.79%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231936900.130.690.1348.3170.6457.25
HexDFC1450D45D304739
Octal337301105015105156010771
Binary1101111111000001100010101101100010111011100001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC145; }

 p { color: rgb(223,193,69); }

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

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

 a { background-color: rgb(223,193,69); }

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

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

 span { border-color: rgb(223,193,69); }

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