Html Css Color HEX #DDD548 Confetti

📋 copy color: '#DDD548'

red 221 ◦ green 213 ◦ blue 72

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

Shades of Confetti #DDD548

Tints of Confetti #DDD548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.09%

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

R = 43.68%
G = 42.09%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDD548 (or 0xDDD548) is known color: Confetti. HEX triplet: DD, D5 and 48. RGB value is (221,213,72). Sum of RGB (Red+Green+Blue) = 221+213+72=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD548 is #222AB7. Grayscale: #C7C7C7. Windows color (decimal): -2239160 or 4773341. OLE color: 4773341.

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

Color convert

RGB 221 213 72 -
CMYK 0 0.04 0.67 0.13
HSL 56.78º 0.69% 0.57% -
HSV(B) 56.78º 0.67% 0.87% -
XYZ 54.78 63.43 15.49 -
YUV 199.32 56.15 143.46 -
System Red Green Blue C M Y K H S L
Decimal 221 213 72 0 0.04 0.67 0.13 56.78 0.69 0.57
Hex DD D5 48 0 4 43 D 39 45 39
Octal 335 325 110 0 4 103 15 71 105 71
Binary 11011101 11010101 1001000 0 100 1000011 1101 111001 1000101 111001

Color Harmonies of #DDD548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD548

Black with #DDD548

Text Example


Text Example

White with #DDD548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD548; }

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

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

background-color css

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

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

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

border-color css

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

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

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