Html Css Color HEX #DCC050 Confetti

📋 copy color: '#DCC050'

red 220 ◦ green 192 ◦ blue 80

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

Shades of Confetti #DCC050

Tints of Confetti #DCC050

RGB

 RED value IS 220 (86.33% from 255) = 44.72%

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

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

R = 44.72%
G = 39.02%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCC050 (or 0xDCC050) is known color: Confetti. HEX triplet: DC, C0 and 50. RGB value is (220,192,80). Sum of RGB (Red+Green+Blue) = 220+192+80=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC050 is #233FAF. Grayscale: #BCBCBC. Windows color (decimal): -2310064 or 5292252. OLE color: 5292252.

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

Color convert

RGB 220 192 80 -
CMYK 0 0.13 0.64 0.14
HSL 48º 0.67% 0.59% -
HSV(B) 48º 0.64% 0.86% -
XYZ 49.81 53.49 15.29 -
YUV 187.6 67.28 151.11 -
System Red Green Blue C M Y K H S L
Decimal 220 192 80 0 0.13 0.64 0.14 48 0.67 0.59
Hex DC C0 50 0 D 40 E 30 43 3B
Octal 334 300 120 0 15 100 16 60 103 73
Binary 11011100 11000000 1010000 0 1101 1000000 1110 110000 1000011 111011

Color Harmonies of #DCC050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC050

Black with #DCC050

Text Example


Text Example

White with #DCC050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC050; }

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

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

background-color css

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

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

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

border-color css

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

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

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