#DFC949

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

Shades of Confetti #DFC949

Tints of Confetti #DFC949

Color information

#DFC949 (or 0xDFC949) is unknown color: approx Confetti. HEX triplet: DF, C9 and 49. RGB value is (223,201,73). Sum of RGB (Red+Green+Blue) = 223+201+73=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC949 is #2036B6. Grayscale: #C1C1C1. Windows color (decimal): -2111159 or 4835807. OLE color: 4835807.

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

Color convert

RGB22320173-
CMYK00.100.670.13
HSL51.2º70.09%58.04%-
HSV(B)51.2º67.26%87.45%-
XYZ52.5257.9414.72-
YUV192.9960.29149.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.87%
GREEN value IS 201 (78.91% from 255) = 40.44%
BLUE value IS 73 (28.91% from 255) = 14.69%
R=44.87%
G=40.44%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232017300.100.670.1351.270.0958.04
HexDFC9490A43D33463a
Octal337311111012103156310672
Binary1101111111001001100100101010100001111011100111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC949; }

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

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

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

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

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

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

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

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