#DFC54B

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

Shades of Confetti #DFC54B

Tints of Confetti #DFC54B

Color information

#DFC54B (or 0xDFC54B) is unknown color: approx Confetti. HEX triplet: DF, C5 and 4B. RGB value is (223,197,75). Sum of RGB (Red+Green+Blue) = 223+197+75=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC54B is #203AB4. Grayscale: #BFBFBF. Windows color (decimal): -2112181 or 4965855. OLE color: 4965855.

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

Color convert

RGB22319775-
CMYK00.120.660.13
HSL49.46º69.81%58.43%-
HSV(B)49.46º66.37%87.45%-
XYZ51.6756.1314.77-
YUV190.8762.61150.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.05%
GREEN value IS 197 (77.34% from 255) = 39.80%
BLUE value IS 75 (29.69% from 255) = 15.15%
R=45.05%
G=39.80%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231977500.120.660.1349.4669.8158.43
HexDFC54B0C42D31463a
Octal337305113014102156110672
Binary1101111111000101100101101100100001011011100011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC54B; }

 p { color: rgb(223,197,75); }

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

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

 a { background-color: rgb(223,197,75); }

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

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

 span { border-color: rgb(223,197,75); }

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