Html Css Color HEX #DDC548 Confetti

📋 copy color: '#DDC548'

red 221 ◦ green 197 ◦ blue 72

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

Shades of Confetti #DDC548

Tints of Confetti #DDC548

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.2%

 BLUE value IS 72 (28.52% from 255) = 14.69%

R = 45.1%
G = 40.2%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDC548 (or 0xDDC548) is known color: Confetti. HEX triplet: DD, C5 and 48. RGB value is (221,197,72). Sum of RGB (Red+Green+Blue) = 221+197+72=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC548 is #223AB7. Grayscale: #BEBEBE. Windows color (decimal): -2243256 or 4769245. OLE color: 4769245.

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

Color convert

RGB 221 197 72 -
CMYK 0 0.11 0.67 0.13
HSL 50.34º 0.69% 0.57% -
HSV(B) 50.34º 0.67% 0.87% -
XYZ 50.95 55.77 14.21 -
YUV 189.93 61.45 150.16 -
System Red Green Blue C M Y K H S L
Decimal 221 197 72 0 0.11 0.67 0.13 50.34 0.69 0.57
Hex DD C5 48 0 B 43 D 32 45 39
Octal 335 305 110 0 13 103 15 62 105 71
Binary 11011101 11000101 1001000 0 1011 1000011 1101 110010 1000101 111001

Color Harmonies of #DDC548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC548

Black with #DDC548

Text Example


Text Example

White with #DDC548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC548; }

 p { color: rgb(221,197,72); }

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

background-color css

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

 a { background-color: rgb(221,197,72); }

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

border-color css

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

 span { border-color: rgb(221,197,72); }

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