#DDD746

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

Shades of Confetti #DDD746

Tints of Confetti #DDD746

Color information

#DDD746 (or 0xDDD746) is unknown color: approx Confetti. HEX triplet: DD, D7 and 46. RGB value is (221,215,70). Sum of RGB (Red+Green+Blue) = 221+215+70=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 70 (27.73% from 255 or 13.83% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD746 is #2228B9. Grayscale: #C8C8C8. Windows color (decimal): -2238650 or 4642781. OLE color: 4642781.

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

Color convert

RGB22121570-
CMYK00.030.680.13
HSL57.62º68.95%57.06%-
HSV(B)57.62º68.33%86.67%-
XYZ55.2264.4215.32-
YUV200.2654.49142.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 215 (84.38% from 255) = 42.49%
BLUE value IS 70 (27.73% from 255) = 13.83%
R=43.68%
G=42.49%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212157000.030.680.1357.6268.9557.06
HexDDD7460344D3a4539
Octal33532710603104157210571
Binary11011101110101111000110011100010011011110101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD746; }

 p { color: rgb(221,215,70); }

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

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

 a { background-color: rgb(221,215,70); }

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

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

 span { border-color: rgb(221,215,70); }

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