#DDBE44

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

Shades of Confetti #DDBE44

Tints of Confetti #DDBE44

Color information

#DDBE44 (or 0xDDBE44) is unknown color: approx Confetti. HEX triplet: DD, BE and 44. RGB value is (221,190,68). Sum of RGB (Red+Green+Blue) = 221+190+68=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 68 (26.95% from 255 or 14.20% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE44 is #2241BB. Grayscale: #B9B9B9. Windows color (decimal): -2245052 or 4505309. OLE color: 4505309.

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

Color convert

RGB22119068-
CMYK00.140.690.13
HSL47.84º69.23%56.67%-
HSV(B)47.84º69.23%86.67%-
XYZ49.2852.6213.03-
YUV185.3661.77153.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.14%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 68 (26.95% from 255) = 14.20%
R=46.14%
G=39.67%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211906800.140.690.1347.8469.2356.67
HexDDBE440E45D304539
Octal335276104016105156010571
Binary1101110110111110100010001110100010111011100001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE44; }

 p { color: rgb(221,190,68); }

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

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

 a { background-color: rgb(221,190,68); }

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

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

 span { border-color: rgb(221,190,68); }

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