#DDCC46

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

Shades of Confetti #DDCC46

Tints of Confetti #DDCC46

Color information

#DDCC46 (or 0xDDCC46) is unknown color: approx Confetti. HEX triplet: DD, CC and 46. RGB value is (221,204,70). Sum of RGB (Red+Green+Blue) = 221+204+70=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 70 (27.73% from 255 or 14.14% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC46 is #2233B9. Grayscale: #C2C2C2. Windows color (decimal): -2241466 or 4639965. OLE color: 4639965.

HSL color Cylindrical-coordinate representation of color #DDCC46: hue angle of 53.25º 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 #DDCC46 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB22120470-
CMYK00.080.680.13
HSL53.25º68.95%57.06%-
HSV(B)53.25º68.33%86.67%-
XYZ52.525914.41-
YUV193.8158.13147.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 204 (80.08% from 255) = 41.21%
BLUE value IS 70 (27.73% from 255) = 14.14%
R=44.65%
G=41.21%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212047000.080.680.1353.2568.9557.06
HexDDCC460844D354539
Octal335314106010104156510571
Binary1101110111001100100011001000100010011011101011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC46; }

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

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

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

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

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

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

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

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