#DDD140

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

Shades of Confetti #DDD140

Tints of Confetti #DDD140

Color information

#DDD140 (or 0xDDD140) is unknown color: approx Confetti. HEX triplet: DD, D1 and 40. RGB value is (221,209,64). Sum of RGB (Red+Green+Blue) = 221+209+64=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD140 is #222EBF. Grayscale: #C4C4C4. Windows color (decimal): -2240192 or 4248029. OLE color: 4248029.

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

Color convert

RGB22120964-
CMYK00.050.710.13
HSL55.41º69.78%55.88%-
HSV(B)55.41º71.04%86.67%-
XYZ53.5461.3413.87-
YUV196.0653.48145.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 209 (82.03% from 255) = 42.31%
BLUE value IS 64 (25.39% from 255) = 12.96%
R=44.74%
G=42.31%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212096400.050.710.1355.4169.7855.88
HexDDD1400547D374638
Octal33532110005107156710670
Binary110111011101000110000000101100011111011101111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD140; }

 p { color: rgb(221,209,64); }

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

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

 a { background-color: rgb(221,209,64); }

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

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

 span { border-color: rgb(221,209,64); }

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