#DFCF43

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

Shades of Confetti #DFCF43

Tints of Confetti #DFCF43

Color information

#DFCF43 (or 0xDFCF43) is unknown color: approx Confetti. HEX triplet: DF, CF and 43. RGB value is (223,207,67). Sum of RGB (Red+Green+Blue) = 223+207+67=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 67 (26.56% from 255 or 13.48% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCF43 is #2030BC. Grayscale: #C4C4C4. Windows color (decimal): -2109629 or 4444127. OLE color: 4444127.

HSL color Cylindrical-coordinate representation of color #DFCF43: hue angle of 53.85º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFCF43 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB22320767-
CMYK00.070.700.13
HSL53.85º70.91%56.86%-
HSV(B)53.85º69.96%87.45%-
XYZ53.7660.7214.2-
YUV195.8255.3147.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.87%
GREEN value IS 207 (81.25% from 255) = 41.65%
BLUE value IS 67 (26.56% from 255) = 13.48%
R=44.87%
G=41.65%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232076700.070.700.1353.8570.9156.86
HexDFCF430746D364739
Octal33731710307106156610771
Binary110111111100111110000110111100011011011101101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF43; }

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

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

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

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

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

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

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

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