Html Css Color HEX #DDC050 Confetti

📋 copy color: '#DDC050'

red 221 ◦ green 192 ◦ blue 80

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

Shades of Confetti #DDC050

Tints of Confetti #DDC050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.23%

R = 44.83%
G = 38.95%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDC050 (or 0xDDC050) is known color: Confetti. HEX triplet: DD, C0 and 50. RGB value is (221,192,80). Sum of RGB (Red+Green+Blue) = 221+192+80=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC050 is #223FAF. Grayscale: #BCBCBC. Windows color (decimal): -2244528 or 5292253. OLE color: 5292253.

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

Color convert

RGB 221 192 80 -
CMYK 0 0.13 0.64 0.13
HSL 47.66º 0.67% 0.59% -
HSV(B) 47.66º 0.64% 0.87% -
XYZ 50.12 53.65 15.3 -
YUV 187.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 221 192 80 0 0.13 0.64 0.13 47.66 0.67 0.59
Hex DD C0 50 0 D 40 D 30 43 3B
Octal 335 300 120 0 15 100 15 60 103 73
Binary 11011101 11000000 1010000 0 1101 1000000 1101 110000 1000011 111011

Color Harmonies of #DDC050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC050

Black with #DDC050

Text Example


Text Example

White with #DDC050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC050; }

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

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

background-color css

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

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

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

border-color css

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

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

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