#DFC345

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

Shades of Confetti #DFC345

Tints of Confetti #DFC345

Color information

#DFC345 (or 0xDFC345) is unknown color: approx Confetti. HEX triplet: DF, C3 and 45. RGB value is (223,195,69). Sum of RGB (Red+Green+Blue) = 223+195+69=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC345 is #203CBA. Grayscale: #BDBDBD. Windows color (decimal): -2112699 or 4572127. OLE color: 4572127.

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

Color convert

RGB22319569-
CMYK00.130.690.13
HSL49.09º70.64%57.25%-
HSV(B)49.09º69.06%87.45%-
XYZ51.0255.1513.59-
YUV189.0160.28152.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.79%
GREEN value IS 195 (76.56% from 255) = 40.04%
BLUE value IS 69 (27.34% from 255) = 14.17%
R=45.79%
G=40.04%
B=14.17%

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
Decimal2231956900.130.690.1349.0970.6457.25
HexDFC3450D45D314739
Octal337303105015105156110771
Binary1101111111000011100010101101100010111011100011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC345; }

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

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

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

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

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

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

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

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