#DDC145

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

Shades of Confetti #DDC145

Tints of Confetti #DDC145

Color information

#DDC145 (or 0xDDC145) is unknown color: approx Confetti. HEX triplet: DD, C1 and 45. RGB value is (221,193,69). Sum of RGB (Red+Green+Blue) = 221+193+69=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC145 is #223EBA. Grayscale: #BBBBBB. Windows color (decimal): -2244283 or 4571613. OLE color: 4571613.

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

Color convert

RGB22119369-
CMYK00.130.690.13
HSL48.95º69.09%56.86%-
HSV(B)48.95º68.78%86.67%-
XYZ49.9653.9413.41-
YUV187.2461.28152.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 193 (75.78% from 255) = 39.96%
BLUE value IS 69 (27.34% from 255) = 14.29%
R=45.76%
G=39.96%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211936900.130.690.1348.9569.0956.86
HexDDC1450D45D314539
Octal335301105015105156110571
Binary1101110111000001100010101101100010111011100011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC145; }

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

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

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

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

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

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

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

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