#DDCA46

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

Shades of Confetti #DDCA46

Tints of Confetti #DDCA46

Color information

#DDCA46 (or 0xDDCA46) is unknown color: approx Confetti. HEX triplet: DD, CA and 46. RGB value is (221,202,70). Sum of RGB (Red+Green+Blue) = 221+202+70=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 70 (27.73% from 255 or 14.20% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCA46 is #2235B9. Grayscale: #C1C1C1. Windows color (decimal): -2241978 or 4639453. OLE color: 4639453.

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

Color convert

RGB22120270-
CMYK00.090.680.13
HSL52.45º68.95%57.06%-
HSV(B)52.45º68.33%86.67%-
XYZ52.0458.0614.26-
YUV192.6358.79148.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 70 (27.73% from 255) = 14.20%
R=44.83%
G=40.97%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212027000.090.680.1352.4568.9557.06
HexDDCA460944D344539
Octal335312106011104156410571
Binary1101110111001010100011001001100010011011101001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA46; }

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

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

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

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

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

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

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

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