#ddcc55

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

Shades of Confetti #DDCC55

Tints of Confetti #DDCC55

Color information

#DDCC55 (or 0xDDCC55) is unknown color: approx Confetti. HEX triplet: DD, CC and 55. RGB value is (221,204,85). Sum of RGB (Red+Green+Blue) = 221+204+85=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC55 is #2233AA. Grayscale: #C4C4C4. Windows color (decimal): -2241451 or 5623005. OLE color: 5623005.

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

Color convert

RGB22120485-
CMYK00.080.620.13
HSL52.5º66.67%60%-
HSV(B)52.5º61.54%86.67%-
XYZ53.0559.2117.23-
YUV195.5265.63146.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.33%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 85 (33.59% from 255) = 16.67%
R=43.33%
G=40%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212048500.080.620.1352.566.6760
HexDDCC55083ED34433c
Octal33531412501076156410374
Binary110111011100110010101010100011111011011101001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddcc55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddcc55; }

 p { color: rgb(221,204,85); }

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

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

 a { background-color: rgb(221,204,85); }

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

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

 span { border-color: rgb(221,204,85); }

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