#DDCA58

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

Shades of Confetti #DDCA58

Tints of Confetti #DDCA58

Color information

#DDCA58 (or 0xDDCA58) is unknown color: approx Confetti. HEX triplet: DD, CA and 58. RGB value is (221,202,88). Sum of RGB (Red+Green+Blue) = 221+202+88=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA58 is #2235A7. Grayscale: #C3C3C3. Windows color (decimal): -2241960 or 5819101. OLE color: 5819101.

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

Color convert

RGB22120288-
CMYK00.090.600.13
HSL51.43º66.17%60.59%-
HSV(B)51.43º60.18%86.67%-
XYZ52.758.3217.71-
YUV194.6867.79146.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 202 (79.30% from 255) = 39.53%
BLUE value IS 88 (34.77% from 255) = 17.22%
R=43.25%
G=39.53%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212028800.090.600.1351.4366.1760.59
HexDDCA58093CD33423d
Octal33531213001174156310275
Binary110111011100101010110000100111110011011100111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA58; }

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

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

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

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

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

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

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

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