#DDCF53

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

Shades of Confetti #DDCF53

Tints of Confetti #DDCF53

Color information

#DDCF53 (or 0xDDCF53) is unknown color: approx Confetti. HEX triplet: DD, CF and 53. RGB value is (221,207,83). Sum of RGB (Red+Green+Blue) = 221+207+83=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF53 is #2230AC. Grayscale: #C5C5C5. Windows color (decimal): -2240685 or 5492701. OLE color: 5492701.

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

Color convert

RGB22120783-
CMYK00.060.620.13
HSL53.91º66.99%59.61%-
HSV(B)53.91º62.44%86.67%-
XYZ53.6960.6217.05-
YUV197.0563.64145.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 207 (81.25% from 255) = 40.51%
BLUE value IS 83 (32.81% from 255) = 16.24%
R=43.25%
G=40.51%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212078300.060.620.1353.9166.9959.61
HexDDCF53063ED36433c
Octal3353171230676156610374
Binary11011101110011111010011011011111011011101101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF53; }

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

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

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

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

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

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

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

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