#DFCA4A

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

Shades of Confetti #DFCA4A

Tints of Confetti #DFCA4A

Color information

#DFCA4A (or 0xDFCA4A) is unknown color: approx Confetti. HEX triplet: DF, CA and 4A. RGB value is (223,202,74). Sum of RGB (Red+Green+Blue) = 223+202+74=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCA4A is #2035B5. Grayscale: #C2C2C2. Windows color (decimal): -2110902 or 4901599. OLE color: 4901599.

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

Color convert

RGB22320274-
CMYK00.090.670.13
HSL51.54º69.95%58.24%-
HSV(B)51.54º66.82%87.45%-
XYZ52.7958.4214.97-
YUV193.6960.46148.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.69%
GREEN value IS 202 (79.30% from 255) = 40.48%
BLUE value IS 74 (29.30% from 255) = 14.83%
R=44.69%
G=40.48%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232027400.090.670.1351.5469.9558.24
HexDFCA4A0943D34463a
Octal337312112011103156410672
Binary1101111111001010100101001001100001111011101001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCA4A; }

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

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

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

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

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

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

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

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