#DDCA54

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

Shades of Confetti #DDCA54

Tints of Confetti #DDCA54

Color information

#DDCA54 (or 0xDDCA54) is unknown color: approx Confetti. HEX triplet: DD, CA and 54. RGB value is (221,202,84). Sum of RGB (Red+Green+Blue) = 221+202+84=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA54 is #2235AB. Grayscale: #C2C2C2. Windows color (decimal): -2241964 or 5556957. OLE color: 5556957.

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

Color convert

RGB22120284-
CMYK00.090.620.13
HSL51.68º66.83%59.8%-
HSV(B)51.68º61.99%86.67%-
XYZ52.5458.2516.86-
YUV194.2365.79147.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 84 (33.20% from 255) = 16.57%
R=43.59%
G=39.84%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212028400.090.620.1351.6866.8359.8
HexDDCA54093ED34433c
Octal33531212401176156410374
Binary110111011100101010101000100111111011011101001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA54; }

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

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

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

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

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

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

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

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