Html Css Color HEX #DDC048 Confetti

📋 copy color: '#DDC048'

red 221 ◦ green 192 ◦ blue 72

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

Shades of Confetti #DDC048

Tints of Confetti #DDC048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.59%

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

R = 45.57%
G = 39.59%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDC048 (or 0xDDC048) is known color: Confetti. HEX triplet: DD, C0 and 48. RGB value is (221,192,72). Sum of RGB (Red+Green+Blue) = 221+192+72=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC048 is #223FB7. Grayscale: #BBBBBB. Windows color (decimal): -2244536 or 4767965. OLE color: 4767965.

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

Color convert

RGB 221 192 72 -
CMYK 0 0.13 0.67 0.13
HSL 48.32º 0.69% 0.57% -
HSV(B) 48.32º 0.67% 0.87% -
XYZ 49.84 53.54 13.84 -
YUV 186.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 221 192 72 0 0.13 0.67 0.13 48.32 0.69 0.57
Hex DD C0 48 0 D 43 D 30 45 39
Octal 335 300 110 0 15 103 15 60 105 71
Binary 11011101 11000000 1001000 0 1101 1000011 1101 110000 1000101 111001

Color Harmonies of #DDC048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC048

Black with #DDC048

Text Example


Text Example

White with #DDC048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC048; }

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

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

background-color css

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

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

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

border-color css

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

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

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