#DDC952

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

Shades of Confetti #DDC952

Tints of Confetti #DDC952

Color information

#DDC952 (or 0xDDC952) is unknown color: approx Confetti. HEX triplet: DD, C9 and 52. RGB value is (221,201,82). Sum of RGB (Red+Green+Blue) = 221+201+82=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC952 is #2236AD. Grayscale: #C1C1C1. Windows color (decimal): -2242222 or 5425629. OLE color: 5425629.

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

Color convert

RGB22120182-
CMYK00.090.630.13
HSL51.37º67.15%59.41%-
HSV(B)51.37º62.9%86.67%-
XYZ52.2357.7516.38-
YUV193.4165.13147.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 201 (78.91% from 255) = 39.88%
BLUE value IS 82 (32.42% from 255) = 16.27%
R=43.85%
G=39.88%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212018200.090.630.1351.3767.1559.41
HexDDC952093FD33433b
Octal33531112201177156310373
Binary110111011100100110100100100111111111011100111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC952; }

 p { color: rgb(221,201,82); }

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

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

 a { background-color: rgb(221,201,82); }

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

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

 span { border-color: rgb(221,201,82); }

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