#DDCA56

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

Shades of Confetti #DDCA56

Tints of Confetti #DDCA56

Color information

#DDCA56 (or 0xDDCA56) is unknown color: approx Confetti. HEX triplet: DD, CA and 56. RGB value is (221,202,86). Sum of RGB (Red+Green+Blue) = 221+202+86=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA56 is #2235A9. Grayscale: #C2C2C2. Windows color (decimal): -2241962 or 5688029. OLE color: 5688029.

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

Color convert

RGB22120286-
CMYK00.090.610.13
HSL51.56º66.5%60.2%-
HSV(B)51.56º61.09%86.67%-
XYZ52.6258.2917.28-
YUV194.4666.79146.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 202 (79.30% from 255) = 39.69%
BLUE value IS 86 (33.98% from 255) = 16.90%
R=43.42%
G=39.69%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212028600.090.610.1351.5666.560.2
HexDDCA56093DD34433c
Octal33531212601175156410374
Binary110111011100101010101100100111110111011101001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA56; }

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

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

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

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

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

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

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

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