#ddd348

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

Shades of Confetti #DDD348

Tints of Confetti #DDD348

Color information

#DDD348 (or 0xDDD348) is unknown color: approx Confetti. HEX triplet: DD, D3 and 48. RGB value is (221,211,72). Sum of RGB (Red+Green+Blue) = 221+211+72=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD348 is #222CB7. Grayscale: #C6C6C6. Windows color (decimal): -2239672 or 4772829. OLE color: 4772829.

HSL color Cylindrical-coordinate representation of color #DDD348: hue angle of 55.97º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDD348 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB22121172-
CMYK00.050.670.13
HSL55.97º68.66%57.45%-
HSV(B)55.97º67.42%86.67%-
XYZ54.2862.4315.32-
YUV198.1456.81144.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 211 (82.81% from 255) = 41.87%
BLUE value IS 72 (28.52% from 255) = 14.29%
R=43.85%
G=41.87%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212117200.050.670.1355.9768.6657.45
HexDDD3480543D384539
Octal33532311005103157010571
Binary110111011101001110010000101100001111011110001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddd348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddd348; }

 p { color: rgb(221,211,72); }

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

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

 a { background-color: rgb(221,211,72); }

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

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

 span { border-color: rgb(221,211,72); }

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