Html Css Color HEX #DDD049 Confetti

📋 copy color: '#DDD049'

red 221 ◦ green 208 ◦ blue 73

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

Shades of Confetti #DDD049

Tints of Confetti #DDD049

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.43%

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

R = 44.02%
G = 41.43%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDD049 (or 0xDDD049) is known color: Confetti. HEX triplet: DD, D0 and 49. RGB value is (221,208,73). Sum of RGB (Red+Green+Blue) = 221+208+73=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD049 is #222FB6. Grayscale: #C5C5C5. Windows color (decimal): -2240439 or 4837597. OLE color: 4837597.

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

Color convert

RGB 221 208 73 -
CMYK 0 0.06 0.67 0.13
HSL 54.73º 0.69% 0.58% -
HSV(B) 54.73º 0.67% 0.87% -
XYZ 53.58 60.96 15.25 -
YUV 196.5 58.31 145.48 -
System Red Green Blue C M Y K H S L
Decimal 221 208 73 0 0.06 0.67 0.13 54.73 0.69 0.58
Hex DD D0 49 0 6 43 D 37 45 3A
Octal 335 320 111 0 6 103 15 67 105 72
Binary 11011101 11010000 1001001 0 110 1000011 1101 110111 1000101 111010

Color Harmonies of #DDD049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD049

Black with #DDD049

Text Example


Text Example

White with #DDD049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD049; }

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

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

background-color css

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

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

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

border-color css

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

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

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