#DDCD4A

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

Shades of Confetti #DDCD4A

Tints of Confetti #DDCD4A

Color information

#DDCD4A (or 0xDDCD4A) is unknown color: approx Confetti. HEX triplet: DD, CD and 4A. RGB value is (221,205,74). Sum of RGB (Red+Green+Blue) = 221+205+74=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD4A is #2232B5. Grayscale: #C3C3C3. Windows color (decimal): -2241206 or 4902365. OLE color: 4902365.

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

Color convert

RGB22120574-
CMYK00.070.670.13
HSL53.47º68.37%57.84%-
HSV(B)53.47º66.52%86.67%-
XYZ52.8959.5315.18-
YUV194.8559.8146.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 205 (80.47% from 255) = 41%
BLUE value IS 74 (29.30% from 255) = 14.8%
R=44.2%
G=41%
B=14.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212057400.070.670.1353.4768.3757.84
HexDDCD4A0743D35443a
Octal33531511207103156510472
Binary110111011100110110010100111100001111011101011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD4A; }

 p { color: rgb(221,205,74); }

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

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

 a { background-color: rgb(221,205,74); }

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

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

 span { border-color: rgb(221,205,74); }

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