#DDC95A

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

Shades of Confetti #DDC95A

Tints of Confetti #DDC95A

Color information

#DDC95A (or 0xDDC95A) is unknown color: approx Confetti. HEX triplet: DD, C9 and 5A. RGB value is (221,201,90). Sum of RGB (Red+Green+Blue) = 221+201+90=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC95A is #2236A5. Grayscale: #C2C2C2. Windows color (decimal): -2242214 or 5949917. OLE color: 5949917.

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

Color convert

RGB22120190-
CMYK00.090.590.13
HSL50.84º65.83%60.98%-
HSV(B)50.84º59.28%86.67%-
XYZ52.5557.8818.08-
YUV194.3369.13147.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 201 (78.91% from 255) = 39.26%
BLUE value IS 90 (35.55% from 255) = 17.58%
R=43.16%
G=39.26%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212019000.090.590.1350.8465.8360.98
HexDDC95A093BD33423d
Octal33531113201173156310275
Binary110111011100100110110100100111101111011100111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC95A; }

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

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

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

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

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

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

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

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