#DDCD51

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

Shades of Confetti #DDCD51

Tints of Confetti #DDCD51

Color information

#DDCD51 (or 0xDDCD51) is unknown color: approx Confetti. HEX triplet: DD, CD and 51. RGB value is (221,205,81). Sum of RGB (Red+Green+Blue) = 221+205+81=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 81 (32.03% from 255 or 15.98% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD51 is #2232AE. Grayscale: #C4C4C4. Windows color (decimal): -2241199 or 5361117. OLE color: 5361117.

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

Color convert

RGB22120581-
CMYK00.070.630.13
HSL53.14º67.31%59.22%-
HSV(B)53.14º63.35%86.67%-
XYZ53.1459.6316.49-
YUV195.6563.3146.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 81 (32.03% from 255) = 15.98%
R=43.59%
G=40.43%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212058100.070.630.1353.1467.3159.22
HexDDCD51073FD35433b
Octal3353151210777156510373
Binary11011101110011011010001011111111111011101011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD51; }

 p { color: rgb(221,205,81); }

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

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

 a { background-color: rgb(221,205,81); }

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

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

 span { border-color: rgb(221,205,81); }

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