#DDCC47

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

Shades of Confetti #DDCC47

Tints of Confetti #DDCC47

Color information

#DDCC47 (or 0xDDCC47) is unknown color: approx Confetti. HEX triplet: DD, CC and 47. RGB value is (221,204,71). Sum of RGB (Red+Green+Blue) = 221+204+71=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 71 (28.12% from 255 or 14.31% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC47 is #2233B8. Grayscale: #C2C2C2. Windows color (decimal): -2241465 or 4705501. OLE color: 4705501.

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

Color convert

RGB22120471-
CMYK00.080.680.13
HSL53.2º68.81%57.25%-
HSV(B)53.2º67.87%86.67%-
XYZ52.5559.0114.58-
YUV193.9258.63147.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 204 (80.08% from 255) = 41.13%
BLUE value IS 71 (28.12% from 255) = 14.31%
R=44.56%
G=41.13%
B=14.31%

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
Decimal2212047100.080.680.1353.268.8157.25
HexDDCC470844D354539
Octal335314107010104156510571
Binary1101110111001100100011101000100010011011101011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC47; }

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

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

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

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

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

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

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

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