#DFC34A

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

Shades of Confetti #DFC34A

Tints of Confetti #DFC34A

Color information

#DFC34A (or 0xDFC34A) is unknown color: approx Confetti. HEX triplet: DF, C3 and 4A. RGB value is (223,195,74). Sum of RGB (Red+Green+Blue) = 223+195+74=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC34A is #203CB5. Grayscale: #BEBEBE. Windows color (decimal): -2112694 or 4899807. OLE color: 4899807.

HSL color Cylindrical-coordinate representation of color #DFC34A: hue angle of 48.72º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFC34A is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB22319574-
CMYK00.130.670.13
HSL48.72º69.95%58.24%-
HSV(B)48.72º66.82%87.45%-
XYZ51.1855.2114.44-
YUV189.5862.78151.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.33%
GREEN value IS 195 (76.56% from 255) = 39.63%
BLUE value IS 74 (29.30% from 255) = 15.04%
R=45.33%
G=39.63%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231957400.130.670.1348.7269.9558.24
HexDFC34A0D43D31463a
Octal337303112015103156110672
Binary1101111111000011100101001101100001111011100011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC34A; }

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

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

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

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

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

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

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

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