#DFD04B

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

Shades of Confetti #DFD04B

Tints of Confetti #DFD04B

Color information

#DFD04B (or 0xDFD04B) is unknown color: approx Confetti. HEX triplet: DF, D0 and 4B. RGB value is (223,208,75). Sum of RGB (Red+Green+Blue) = 223+208+75=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD04B is #202FB4. Grayscale: #C5C5C5. Windows color (decimal): -2109365 or 4968671. OLE color: 4968671.

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

Color convert

RGB22320875-
CMYK00.070.660.13
HSL53.92º69.81%58.43%-
HSV(B)53.92º66.37%87.45%-
XYZ54.2661.3115.63-
YUV197.3258.97146.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.07%
GREEN value IS 208 (81.64% from 255) = 41.11%
BLUE value IS 75 (29.69% from 255) = 14.82%
R=44.07%
G=41.11%
B=14.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232087500.070.660.1353.9269.8158.43
HexDFD04B0742D36463a
Octal33732011307102156610672
Binary110111111101000010010110111100001011011101101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD04B; }

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

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

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

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

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

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

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

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