#DDC858

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

Shades of Confetti #DDC858

Tints of Confetti #DDC858

Color information

#DDC858 (or 0xDDC858) is unknown color: approx Confetti. HEX triplet: DD, C8 and 58. RGB value is (221,200,88). Sum of RGB (Red+Green+Blue) = 221+200+88=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC858 is #2237A7. Grayscale: #C1C1C1. Windows color (decimal): -2242472 or 5818589. OLE color: 5818589.

HSL color Cylindrical-coordinate representation of color #DDC858: hue angle of 50.53º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDC858 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22120088-
CMYK00.100.600.13
HSL50.53º66.17%60.59%-
HSV(B)50.53º60.18%86.67%-
XYZ52.2357.3917.56-
YUV193.5168.46147.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 200 (78.52% from 255) = 39.29%
BLUE value IS 88 (34.77% from 255) = 17.29%
R=43.42%
G=39.29%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212008800.100.600.1350.5366.1760.59
HexDDC8580A3CD33423d
Octal33531013001274156310275
Binary110111011100100010110000101011110011011100111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC858; }

 p { color: rgb(221,200,88); }

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

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

 a { background-color: rgb(221,200,88); }

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

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

 span { border-color: rgb(221,200,88); }

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