#DDC953

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

Shades of Confetti #DDC953

Tints of Confetti #DDC953

Color information

#DDC953 (or 0xDDC953) is unknown color: approx Confetti. HEX triplet: DD, C9 and 53. RGB value is (221,201,83). Sum of RGB (Red+Green+Blue) = 221+201+83=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 83 (32.81% from 255 or 16.44% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC953 is #2236AC. Grayscale: #C2C2C2. Windows color (decimal): -2242221 or 5491165. OLE color: 5491165.

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

Color convert

RGB22120183-
CMYK00.090.620.13
HSL51.3º66.99%59.61%-
HSV(B)51.3º62.44%86.67%-
XYZ52.2757.7716.58-
YUV193.5365.63147.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 201 (78.91% from 255) = 39.80%
BLUE value IS 83 (32.81% from 255) = 16.44%
R=43.76%
G=39.80%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212018300.090.620.1351.366.9959.61
HexDDC953093ED33433c
Octal33531112301176156310374
Binary110111011100100110100110100111111011011100111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC953; }

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

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

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

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

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

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

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

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