#DDBD40

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

Shades of Confetti #DDBD40

Tints of Confetti #DDBD40

Color information

#DDBD40 (or 0xDDBD40) is unknown color: approx Confetti. HEX triplet: DD, BD and 40. RGB value is (221,189,64). Sum of RGB (Red+Green+Blue) = 221+189+64=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD40 is #2242BF. Grayscale: #B8B8B8. Windows color (decimal): -2245312 or 4242909. OLE color: 4242909.

HSL color Cylindrical-coordinate representation of color #DDBD40: hue angle of 47.77º 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 #DDBD40 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB22118964-
CMYK00.140.710.13
HSL47.77º69.78%55.88%-
HSV(B)47.77º71.04%86.67%-
XYZ48.9452.1412.33-
YUV184.3260.1154.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.62%
GREEN value IS 189 (74.22% from 255) = 39.87%
BLUE value IS 64 (25.39% from 255) = 13.50%
R=46.62%
G=39.87%
B=13.50%

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
Decimal2211896400.140.710.1347.7769.7855.88
HexDDBD400E47D304638
Octal335275100016107156010670
Binary1101110110111101100000001110100011111011100001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBD40; }

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

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

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

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

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

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

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

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