Html Css Color HEX #DDD048 Confetti

📋 copy color: '#DDD048'

red 221 ◦ green 208 ◦ blue 72

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

Shades of Confetti #DDD048

Tints of Confetti #DDD048

RGB

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

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

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

R = 44.11%
G = 41.52%
B = 14.37%

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

#DDD048 (or 0xDDD048) is known color: Confetti. HEX triplet: DD, D0 and 48. RGB value is (221,208,72). Sum of RGB (Red+Green+Blue) = 221+208+72=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD048 is #222FB7. Grayscale: #C4C4C4. Windows color (decimal): -2240440 or 4772061. OLE color: 4772061.

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

Color convert

RGB 221 208 72 -
CMYK 0 0.06 0.67 0.13
HSL 54.77º 0.69% 0.57% -
HSV(B) 54.77º 0.67% 0.87% -
XYZ 53.54 60.95 15.07 -
YUV 196.38 57.81 145.56 -
System Red Green Blue C M Y K H S L
Decimal 221 208 72 0 0.06 0.67 0.13 54.77 0.69 0.57
Hex DD D0 48 0 6 43 D 37 45 39
Octal 335 320 110 0 6 103 15 67 105 71
Binary 11011101 11010000 1001000 0 110 1000011 1101 110111 1000101 111001

Color Harmonies of #DDD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD048

Black with #DDD048

Text Example


Text Example

White with #DDD048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD048; }

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

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

background-color css

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

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

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

border-color css

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

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

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