#DDCA5A

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

Shades of Confetti #DDCA5A

Tints of Confetti #DDCA5A

Color information

#DDCA5A (or 0xDDCA5A) is unknown color: approx Confetti. HEX triplet: DD, CA and 5A. RGB value is (221,202,90). Sum of RGB (Red+Green+Blue) = 221+202+90=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA5A is #2235A5. Grayscale: #C3C3C3. Windows color (decimal): -2241958 or 5950173. OLE color: 5950173.

HSL color Cylindrical-coordinate representation of color #DDCA5A: hue angle of 51.3º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDCA5A is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22120290-
CMYK00.090.590.13
HSL51.3º65.83%60.98%-
HSV(B)51.3º59.28%86.67%-
XYZ52.7858.3518.15-
YUV194.9168.79146.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 202 (79.30% from 255) = 39.38%
BLUE value IS 90 (35.55% from 255) = 17.54%
R=43.08%
G=39.38%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212029000.090.590.1351.365.8360.98
HexDDCA5A093BD33423d
Octal33531213201173156310275
Binary110111011100101010110100100111101111011100111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA5A; }

 p { color: rgb(221,202,90); }

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

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

 a { background-color: rgb(221,202,90); }

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

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

 span { border-color: rgb(221,202,90); }

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