Html Css Color HEX #DDC250 Confetti

📋 copy color: '#DDC250'

red 221 ◦ green 194 ◦ blue 80

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

Shades of Confetti #DDC250

Tints of Confetti #DDC250

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.19%

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

R = 44.65%
G = 39.19%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDC250 (or 0xDDC250) is known color: Confetti. HEX triplet: DD, C2 and 50. RGB value is (221,194,80). Sum of RGB (Red+Green+Blue) = 221+194+80=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC250 is #223DAF. Grayscale: #BDBDBD. Windows color (decimal): -2244016 or 5292765. OLE color: 5292765.

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

Color convert

RGB 221 194 80 -
CMYK 0 0.12 0.64 0.13
HSL 48.51º 0.67% 0.59% -
HSV(B) 48.51º 0.64% 0.87% -
XYZ 50.56 54.53 15.45 -
YUV 189.08 66.45 150.77 -
System Red Green Blue C M Y K H S L
Decimal 221 194 80 0 0.12 0.64 0.13 48.51 0.67 0.59
Hex DD C2 50 0 C 40 D 31 43 3B
Octal 335 302 120 0 14 100 15 61 103 73
Binary 11011101 11000010 1010000 0 1100 1000000 1101 110001 1000011 111011

Color Harmonies of #DDC250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC250

Black with #DDC250

Text Example


Text Example

White with #DDC250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC250; }

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

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

background-color css

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

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

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

border-color css

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

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

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