#DFCF49

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

Shades of Confetti #DFCF49

Tints of Confetti #DFCF49

Color information

#DFCF49 (or 0xDFCF49) is unknown color: approx Confetti. HEX triplet: DF, CF and 49. RGB value is (223,207,73). Sum of RGB (Red+Green+Blue) = 223+207+73=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 73 (28.91% from 255 or 14.51% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCF49 is #2030B6. Grayscale: #C5C5C5. Windows color (decimal): -2109623 or 4837343. OLE color: 4837343.

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

Color convert

RGB22320773-
CMYK00.070.670.13
HSL53.6º70.09%58.04%-
HSV(B)53.6º67.26%87.45%-
XYZ53.9560.7915.19-
YUV196.5158.3146.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.33%
GREEN value IS 207 (81.25% from 255) = 41.15%
BLUE value IS 73 (28.91% from 255) = 14.51%
R=44.33%
G=41.15%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232077300.070.670.1353.670.0958.04
HexDFCF490743D36463a
Octal33731711107103156610672
Binary110111111100111110010010111100001111011101101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF49; }

 p { color: rgb(223,207,73); }

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

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

 a { background-color: rgb(223,207,73); }

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

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

 span { border-color: rgb(223,207,73); }

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