#DDCA52

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

Shades of Confetti #DDCA52

Tints of Confetti #DDCA52

Color information

#DDCA52 (or 0xDDCA52) is unknown color: approx Confetti. HEX triplet: DD, CA and 52. RGB value is (221,202,82). Sum of RGB (Red+Green+Blue) = 221+202+82=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA52 is #2235AD. Grayscale: #C2C2C2. Windows color (decimal): -2241966 or 5425885. OLE color: 5425885.

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

Color convert

RGB22120282-
CMYK00.090.630.13
HSL51.8º67.15%59.41%-
HSV(B)51.8º62.9%86.67%-
XYZ52.4658.2216.46-
YUV19464.79147.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 202 (79.30% from 255) = 40%
BLUE value IS 82 (32.42% from 255) = 16.24%
R=43.76%
G=40%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212028200.090.630.1351.867.1559.41
HexDDCA52093FD34433b
Octal33531212201177156410373
Binary110111011100101010100100100111111111011101001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA52; }

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

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

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

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

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

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

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

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