Html Css Color HEX #DDD149 Confetti

📋 copy color: '#DDD149'

red 221 ◦ green 209 ◦ blue 73

#DDD149
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #DDD149

Tints of Confetti #DDD149

RGB

 RED value IS 221 (86.72% from 255) = 43.94%

 GREEN value IS 209 (82.03% from 255) = 41.55%

 BLUE value IS 73 (28.91% from 255) = 14.51%

R = 43.94%
G = 41.55%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDD149 (or 0xDDD149) is known color: Confetti. HEX triplet: DD, D1 and 49. RGB value is (221,209,73). Sum of RGB (Red+Green+Blue) = 221+209+73=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 73 (28.91% from 255 or 14.51% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD149 is #222EB6. Grayscale: #C5C5C5. Windows color (decimal): -2240183 or 4837853. OLE color: 4837853.

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

Color convert

RGB 221 209 73 -
CMYK 0 0.05 0.67 0.13
HSL 55.14º 0.69% 0.58% -
HSV(B) 55.14º 0.67% 0.87% -
XYZ 53.82 61.45 15.33 -
YUV 197.08 57.98 145.06 -
System Red Green Blue C M Y K H S L
Decimal 221 209 73 0 0.05 0.67 0.13 55.14 0.69 0.58
Hex DD D1 49 0 5 43 D 37 45 3A
Octal 335 321 111 0 5 103 15 67 105 72
Binary 11011101 11010001 1001001 0 101 1000011 1101 110111 1000101 111010

Color Harmonies of #DDD149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD149

Black with #DDD149

Text Example


Text Example

White with #DDD149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD149; }

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

 H1.HeaderClassName
 {
   color: #DDD149;
 }
 .AnyTagClassName
 {
   color: #DDD149;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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