Html Css Color HEX #DDD249 Confetti

📋 copy color: '#DDD249'

red 221 ◦ green 210 ◦ blue 73

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

Shades of Confetti #DDD249

Tints of Confetti #DDD249

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.67%

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

R = 43.85%
G = 41.67%
B = 14.48%

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

#DDD249 (or 0xDDD249) is known color: Confetti. HEX triplet: DD, D2 and 49. RGB value is (221,210,73). Sum of RGB (Red+Green+Blue) = 221+210+73=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 73 (28.91% from 255 or 14.48% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD249 is #222DB6. Grayscale: #C6C6C6. Windows color (decimal): -2239927 or 4838109. OLE color: 4838109.

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

Color convert

RGB 221 210 73 -
CMYK 0 0.05 0.67 0.13
HSL 55.54º 0.69% 0.58% -
HSV(B) 55.54º 0.67% 0.87% -
XYZ 54.07 61.95 15.41 -
YUV 197.67 57.64 144.64 -
System Red Green Blue C M Y K H S L
Decimal 221 210 73 0 0.05 0.67 0.13 55.54 0.69 0.58
Hex DD D2 49 0 5 43 D 38 45 3A
Octal 335 322 111 0 5 103 15 70 105 72
Binary 11011101 11010010 1001001 0 101 1000011 1101 111000 1000101 111010

Color Harmonies of #DDD249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD249

Black with #DDD249

Text Example


Text Example

White with #DDD249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD249; }

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

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

background-color css

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

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

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

border-color css

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

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

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