#DDC245

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

Shades of Confetti #DDC245

Tints of Confetti #DDC245

Color information

#DDC245 (or 0xDDC245) is unknown color: approx Confetti. HEX triplet: DD, C2 and 45. RGB value is (221,194,69). Sum of RGB (Red+Green+Blue) = 221+194+69=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC245 is #223DBA. Grayscale: #BCBCBC. Windows color (decimal): -2244027 or 4571869. OLE color: 4571869.

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

Color convert

RGB22119469-
CMYK00.120.690.13
HSL49.34º69.09%56.86%-
HSV(B)49.34º68.78%86.67%-
XYZ50.1854.3913.48-
YUV187.8260.95151.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 194 (76.17% from 255) = 40.08%
BLUE value IS 69 (27.34% from 255) = 14.26%
R=45.66%
G=40.08%
B=14.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211946900.120.690.1349.3469.0956.86
HexDDC2450C45D314539
Octal335302105014105156110571
Binary1101110111000010100010101100100010111011100011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC245; }

 p { color: rgb(221,194,69); }

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

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

 a { background-color: rgb(221,194,69); }

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

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

 span { border-color: rgb(221,194,69); }

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