#dfcf3e

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

Shades of Confetti #DFCF3E

Tints of Confetti #DFCF3E

Color information

#DFCF3E (or 0xDFCF3E) is unknown color: approx Confetti. HEX triplet: DF, CF and 3E. RGB value is (223,207,62). Sum of RGB (Red+Green+Blue) = 223+207+62=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 62 (24.61% from 255 or 12.60% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCF3E is #2030C1. Grayscale: #C3C3C3. Windows color (decimal): -2109634 or 4116447. OLE color: 4116447.

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

Color convert

RGB22320762-
CMYK00.070.720.13
HSL54.04º71.56%55.88%-
HSV(B)54.04º72.2%87.45%-
XYZ53.6160.6613.44-
YUV195.2552.8147.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.33%
GREEN value IS 207 (81.25% from 255) = 42.07%
BLUE value IS 62 (24.61% from 255) = 12.60%
R=45.33%
G=42.07%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232076200.070.720.1354.0471.5655.88
HexDFCF3E0748D364838
Octal3373177607110156611070
Binary11011111110011111111100111100100011011101101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfcf3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfcf3e; }

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

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

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

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

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

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

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

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