#DFCA4D

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

Shades of Confetti #DFCA4D

Tints of Confetti #DFCA4D

Color information

#DFCA4D (or 0xDFCA4D) is unknown color: approx Confetti. HEX triplet: DF, CA and 4D. RGB value is (223,202,77). Sum of RGB (Red+Green+Blue) = 223+202+77=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCA4D is #2035B2. Grayscale: #C2C2C2. Windows color (decimal): -2110899 or 5098207. OLE color: 5098207.

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

Color convert

RGB22320277-
CMYK00.090.650.13
HSL51.37º69.52%58.82%-
HSV(B)51.37º65.47%87.45%-
XYZ52.8958.4615.52-
YUV194.0361.96148.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.42%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 77 (30.47% from 255) = 15.34%
R=44.42%
G=40.24%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232027700.090.650.1351.3769.5258.82
HexDFCA4D0941D33463b
Octal337312115011101156310673
Binary1101111111001010100110101001100000111011100111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCA4D; }

 p { color: rgb(223,202,77); }

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

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

 a { background-color: rgb(223,202,77); }

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

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

 span { border-color: rgb(223,202,77); }

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