#DDBE40

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

Shades of Confetti #DDBE40

Tints of Confetti #DDBE40

Color information

#DDBE40 (or 0xDDBE40) is unknown color: approx Confetti. HEX triplet: DD, BE and 40. RGB value is (221,190,64). Sum of RGB (Red+Green+Blue) = 221+190+64=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE40 is #2241BF. Grayscale: #B9B9B9. Windows color (decimal): -2245056 or 4243165. OLE color: 4243165.

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

Color convert

RGB22119064-
CMYK00.140.710.13
HSL48.15º69.78%55.88%-
HSV(B)48.15º71.04%86.67%-
XYZ49.1652.5712.41-
YUV184.959.77153.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 64 (25.39% from 255) = 13.47%
R=46.53%
G=40%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211906400.140.710.1348.1569.7855.88
HexDDBE400E47D304638
Octal335276100016107156010670
Binary1101110110111110100000001110100011111011100001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE40; }

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

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

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

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

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

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

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

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