#DFCF3D

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

Shades of Confetti #DFCF3D

Tints of Confetti #DFCF3D

Color information

#DFCF3D (or 0xDFCF3D) is unknown color: approx Confetti. HEX triplet: DF, CF and 3D. RGB value is (223,207,61). Sum of RGB (Red+Green+Blue) = 223+207+61=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 61 (24.22% from 255 or 12.42% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCF3D is #2030C2. Grayscale: #C3C3C3. Windows color (decimal): -2109635 or 4050911. OLE color: 4050911.

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

Color convert

RGB22320761-
CMYK00.070.730.13
HSL54.07º71.68%55.69%-
HSV(B)54.07º72.65%87.45%-
XYZ53.5960.6513.3-
YUV195.1452.3147.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.42%
GREEN value IS 207 (81.25% from 255) = 42.16%
BLUE value IS 61 (24.22% from 255) = 12.42%
R=45.42%
G=42.16%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232076100.070.730.1354.0771.6855.69
HexDFCF3D0749D364838
Octal3373177507111156611070
Binary11011111110011111111010111100100111011101101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF3D; }

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

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

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

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

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

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

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

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