#DDCD4D

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

Shades of Confetti #DDCD4D

Tints of Confetti #DDCD4D

Color information

#DDCD4D (or 0xDDCD4D) is unknown color: approx Confetti. HEX triplet: DD, CD and 4D. RGB value is (221,205,77). Sum of RGB (Red+Green+Blue) = 221+205+77=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD4D is #2232B2. Grayscale: #C3C3C3. Windows color (decimal): -2241203 or 5098973. OLE color: 5098973.

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

Color convert

RGB22120577-
CMYK00.070.650.13
HSL53.33º67.92%58.43%-
HSV(B)53.33º65.16%86.67%-
XYZ52.9959.5715.73-
YUV195.1961.3146.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 205 (80.47% from 255) = 40.76%
BLUE value IS 77 (30.47% from 255) = 15.31%
R=43.94%
G=40.76%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212057700.070.650.1353.3367.9258.43
HexDDCD4D0741D35443a
Octal33531511507101156510472
Binary110111011100110110011010111100000111011101011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD4D; }

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

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

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

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

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

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

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

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