Html Css Color HEX #DDC150 Confetti

📋 copy color: '#DDC150'

red 221 ◦ green 193 ◦ blue 80

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

Shades of Confetti #DDC150

Tints of Confetti #DDC150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.07%

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

R = 44.74%
G = 39.07%
B = 16.19%

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

#DDC150 (or 0xDDC150) is known color: Confetti. HEX triplet: DD, C1 and 50. RGB value is (221,193,80). Sum of RGB (Red+Green+Blue) = 221+193+80=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC150 is #223EAF. Grayscale: #BCBCBC. Windows color (decimal): -2244272 or 5292509. OLE color: 5292509.

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

Color convert

RGB 221 193 80 -
CMYK 0 0.13 0.64 0.13
HSL 48.09º 0.67% 0.59% -
HSV(B) 48.09º 0.64% 0.87% -
XYZ 50.34 54.09 15.38 -
YUV 188.49 66.78 151.19 -
System Red Green Blue C M Y K H S L
Decimal 221 193 80 0 0.13 0.64 0.13 48.09 0.67 0.59
Hex DD C1 50 0 D 40 D 30 43 3B
Octal 335 301 120 0 15 100 15 60 103 73
Binary 11011101 11000001 1010000 0 1101 1000000 1101 110000 1000011 111011

Color Harmonies of #DDC150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC150

Black with #DDC150

Text Example


Text Example

White with #DDC150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC150; }

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

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

background-color css

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

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

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

border-color css

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

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

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